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 #17905 Fix the example for the When constraint (stof)
This PR was merged into the 6.2 branch.
Discussion
----------
Fix the example for the When constraint
When evaluating the expression, the ExpressionLanguage does not have access to private properties of the object, as it runs from its outside. And contrary to Twig, ExpressionLanguage does not have the magic `.` operator that tries to find a getter when it cannot use the property.
See symfony/symfony#49367 for a support request caused by this bad example.
Commits
-------
7ad1447 Fix the example for the When constraint
0 commit comments