Commit a518bc2
committed
bug #62476 [DependencyInjection] Fix wrong trait usage in ServiceLocatorArgument (yoeunes)
This PR was merged into the 7.4 branch.
Discussion
----------
[DependencyInjection] Fix wrong trait usage in ServiceLocatorArgument
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
PR #60597 introduced `ArgumentTrait` to optimize serialization.
However, `ServiceLocatorArgument` accidentally imported `ArgumentTrait` (from `Configurator`).
Commits
-------
77f86c9 [DependencyInjection] Fix wrong trait usage in ServiceLocatorArgumentFile tree
1 file changed
+0
-2
lines changed- src/Symfony/Component/DependencyInjection/Argument
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
0 commit comments