Commit 9357aba
committed
minor #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.yml1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
504 | | - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
505 | 506 | | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
510 | 511 | | |
511 | 512 | | |
512 | 513 | | |
| |||
0 commit comments