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#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 Injection
0 commit comments