diff --git a/emoji.rst b/emoji.rst index 551497f0c76..69f2a850217 100644 --- a/emoji.rst +++ b/emoji.rst @@ -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 diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 6e3d00d3880..5eef19de7f2 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1109,7 +1109,7 @@ exceptions **type**: ``array`` -Defines the :ref:`log level `, :ref:`log channel ` +Defines the :ref:`log level `, :doc:`log channel ` and HTTP status code applied to the exceptions that match the given exception class: .. configuration-block:: diff --git a/string.rst b/string.rst index c8f36406a7c..026ef587dca 100644 --- a/string.rst +++ b/string.rst @@ -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