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 symfony#14682 [DependencyInjection] [Service Container] Fix Service parameters typo in services.yml (Yondz)
This PR was merged into the 4.4 branch.
Discussion
----------
[DependencyInjection] [Service Container] Fix Service parameters typo in services.yml
Hi there,
I noticed a strange yml in the service_container doc, affecting >= 4.3 , there was a misplaced parameter under an example service definition.
I thought it would be nice to keep the actual information about escaping using `@` so I just removed the wrong `mailer_password: '@@securepassword'` thing.
I used 4.4 as target, maybe this could be merged to 4.3 as well, I'll let you check this point !
=)
Commits
-------
a741c9c [Service Container] Fix Service parameters typo in services.yml
0 commit comments