Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor symfony#7911 [DependencyInjection] Fix decorating service defin…
…ition (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
- Loading branch information