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
bug #50478 [DependencyInjection] Escape % from parameter-like default values (MatTheCat)
This PR was merged into the 5.4 branch.
Discussion
----------
[DependencyInjection] Escape `%` from parameter-like default values
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#50469
| License | MIT
| Doc PR | N/A
When string default values are autowired, they shouldn’t reference parameters.
This PR tries to address the issue by escaping them in the `AutowirePass`.
Commits
-------
bb4eeb0 [DependencyInjection] Escape `%` from parameter-like default values
0 commit comments