Seldaek / monolog

Sends your logs to files, sockets, inboxes, databases and various web services
https://seldaek.github.io/monolog/
MIT License
20.95k stars 1.9k forks source link

PHPDoc out of sync on StreamHandler #1853

Closed theking2 closed 10 months ago

theking2 commented 10 months ago

Monolog version 3

StreamHandler PHPDOC out of sync. $bubble, $filePermission, $useLocking missing.

Seldaek commented 10 months ago

These are defined in the parent class https://github.com/Seldaek/monolog/blob/main/src/Monolog/Handler/AbstractHandler.php#L31-L34