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 #7911 [DependencyInjection] Fix decorating service definition (michaelperrin)
This PR was merged into the 2.7 branch.
Discussion
----------
[DependencyInjection] Fix decorating service definition
There is an error, particularly on the YAML definition where the `decoration_inner_name` option is not defined on the correct service. It should be defined on the decorating service, and not on the decorated service.
The XML definition was correct, but was lacking some properties to make things clearer.
There PHP definition was not using the correct name of the decorated service.
I have fixed the indentation as well on the YAML configuration.
Commits
-------
dabf122 Fix decorating service definition
0 commit comments