You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #18038 Add missing import for LogRecord class in processors code example (timkrase)
This PR was merged into the 6.2 branch.
Discussion
----------
Add missing import for LogRecord class in processors code example
The code example on the [processors page](https://symfony.com/doc/current/logging/processors.html) uses the "LogRecord" class (starting with Symfony version 6.2) but is missing the corresponding import for the class.
Commits
-------
ea78a5d Add missing import for LogRecord in processors
0 commit comments