Fix syntax errors/warnings in 7.3

This commit is contained in:
Wouter de Jong
2025-11-29 22:32:57 +01:00
parent b7bcbffabe
commit 882b5714b4
3 changed files with 1 additions and 5 deletions

View File

@@ -9,8 +9,6 @@ Symfony provides several utilities to work with emoji characters and sequences
from the `Unicode CLDR dataset`_. They are available via the Emoji component,
which you must first install in your application:
.. _installation:
.. code-block:: terminal
$ composer require symfony/emoji

View File

@@ -1109,7 +1109,7 @@ exceptions
**type**: ``array``
Defines the :ref:`log level </logging>`, :ref:`log channel </logging/channels_handlers>`
Defines the :ref:`log level </logging>`, :doc:`log channel </logging/channels_handlers>`
and HTTP status code applied to the exceptions that match the given exception class:
.. configuration-block::

View File

@@ -5,8 +5,6 @@ Symfony provides an object-oriented API to work with Unicode strings (as bytes,
code points and grapheme clusters). This API is available via the String component,
which you must first install in your application:
.. _installation:
.. code-block:: terminal
$ composer require symfony/string