Seldaek / monolog

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

add formatted key in ArrayAccess for LogRecord #1886

Closed lekoala closed 3 months ago

lekoala commented 6 months ago

since $record['formatted'] is a legal syntax, it should not be flagged by static analysis tools like phpstan

Seldaek commented 3 months ago

Right, will merge for correctness tho I cannot remember why I did not include this field, I hope it was just a mistake and not intentional. On the other hand you really should use ->formatted now IMO.