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 #16630 [ExpressionLanguage] Add support for Nullsafe syntax for accessing object's properties and methods (Sofien NAAS)
This PR was submitted for the 5.4 branch but it was merged into the 6.1 branch instead.
Discussion
----------
[ExpressionLanguage] Add support for Nullsafe syntax for accessing object's properties and methods
[ExpressionLanguage] [NEW FEATURE]
This PR introduces the support for `nullsafe operator` in expressions that works with accessing object's properties and methods.
The proposed change here, includes a paragraph under the sub-page `/expression_language/syntax` to describe the new feature usage. The sub-paragraph has a title of `Nullsafe operator` under the paragraph `Working with Objects`.
The actual work related to this Doc PR available as Symfony PR [#45795](symfony/symfony#45795).
Commits
-------
23bf15d [ExpressionLanguage] Add support for Nullsafe syntax for accessing object's properties and methods.
0 commit comments