Seldaek / monolog

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

Remove usage of soft-deprecated PHPUnit API #1848

Closed stof closed 1 year ago

stof commented 1 year ago

This method is not yet reported by PHPUnit as a warning. But as it has the @deprecated annotation, it gets reported by the phpstan setup as it detects usages of deprecated APIs.

Seldaek commented 1 year ago

Thanks