Commit fbc44f2
committed
minor symfony#52426 [HttpKernel] the debug log processor must be a callable (xabbuh)
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpKernel] the debug log processor must be a callable
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
A Monolog processor must be a callable, but a `DebugLoggerInterface` implementation is not necessarily a callable.
Commits
-------
df37834 the debug log processor must be a callableFile tree
1 file changed
+3
-3
lines changed- src/Symfony/Component/HttpKernel/Log
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments