Commit dd50db5
committed
bug symfony#59357 [HttpKernel] Don't override existing
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpKernel] Don't override existing `LoggerInterface` autowiring alias in `LoggerPass`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Something we missed in symfony#24300
Explicit configuration should always have highest precedence, yet LoggerPass ignores the existing autowiring alias at the moment.
Commits
-------
771a79d [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPassLoggerInterface autowiring alias in LoggerPass (nicolas-grekas)File tree
2 files changed
+14
-1
lines changed- src/Symfony/Component/HttpKernel
- DependencyInjection
- Tests/DependencyInjection
2 files changed
+14
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
56 | 67 | | |
0 commit comments