Commit f086377
committed
minor #13598 Fix PHP example on ExpressionLanguage Injection (jderusse)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead.
Discussion
----------
Fix PHP example on ExpressionLanguage Injection
Current example does not work. generate `service(App\Service)` instead of `service('App\\Service')`
Missing quotes and `\` escape
Commits
-------
394385d Fix PHP example on ExpressionLanguage Injection1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments