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

explicitly mark nullable parameters as nullable #1874

Closed xabbuh closed 4 months ago

xabbuh commented 5 months ago

not doing this will be deprecated in PHP 8.4 (see e.g. https://github.com/symfony/symfony/actions/runs/8400245907/job/23007289359#step:7:140)

Seldaek commented 4 months ago

Thanks