Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions emoji.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 0 additions & 2 deletions string.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down