Skip to content

Commit 5119db1

Browse files
committed
-
1 parent d938c1b commit 5119db1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/expression_language.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,3 @@ or by using the second argument of the constructor::
396396

397397
.. _`AST`: https://en.wikipedia.org/wiki/Abstract_syntax_tree
398398
.. _`CacheItemPoolInterface`: https://github.com/php-fig/cache/blob/master/src/CacheItemPoolInterface.php
399-
.. _`null-coalescing operator in PHP`: https://www.php.net/manual/en/language.operators.comparison.php#language.operators.comparison.coalesce

reference/formats/expression_language.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,3 +432,5 @@ expressions (e.g. the request, the current user, etc.):
432432
* :doc:`Variables available in security expressions </security/expressions>`;
433433
* :doc:`Variables available in service container expressions </service_container/expression_language>`;
434434
* :ref:`Variables available in routing expressions <routing-matching-expressions>`.
435+
436+
.. _`null-coalescing operator in PHP`: https://www.php.net/manual/en/language.operators.comparison.php#language.operators.comparison.coalesce

0 commit comments

Comments
 (0)