Commit 3cc1163
committed
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 operator1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
346 | 358 | | |
347 | 359 | | |
348 | 360 | | |
| |||
0 commit comments