Commit fbdd52f
committed
minor #14603 [Logger] Remove wrong "method" tag (BafS)
This PR was merged into the 4.4 branch.
Discussion
----------
[Logger] Remove wrong "method" tag
Method tag is not needed when the processor is invokable, here it would call `processRecord` which doesn't exist
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `5.x` for features of unreleased versions).
-->
Commits
-------
322ce95 Remove wrong "method" tag1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments