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 #16743 [ExpressionLanguage] Feature Null-coalescing operator (mytuny)
This PR was merged into the 6.1 branch.
Discussion
----------
[ExpressionLanguage] Feature Null-coalescing operator
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
[ExpressionLanguage] [NEW FEATURE]
This PR introduces the support for null-coalescing operator ``??``.
The proposed change, includes a paragraph under the sub-page /expression_language/syntax to describe the new feature usage. The sub-paragraph has a title of **Null-coalescing operator** under the paragraph **Supported Operators**.
The actual work related to this Doc PR available as Symfony PR <!--symfony/symfony#45795>.
Commits
-------
81204c3 [ExpressionLanguage] Feature Null-coalescing operator
0 commit comments