Skip to content

Commit 211b930

Browse files
committed
Merge branch '8.0' into 8.1
* 8.0: Fix syntax errors/warnings in 7.3
2 parents cd83326 + b133655 commit 211b930

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

emoji.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Symfony provides several utilities to work with emoji characters and sequences
55
from the `Unicode CLDR dataset`_. They are available via the Emoji component,
66
which you must first install in your application:
77

8-
.. _installation:
9-
108
.. code-block:: terminal
119
1210
$ composer require symfony/emoji

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ exceptions
857857

858858
**type**: ``array``
859859

860-
Defines the :ref:`log level </logging>`, :ref:`log channel </logging/channels_handlers>`
860+
Defines the :ref:`log level </logging>`, :doc:`log channel </logging/channels_handlers>`
861861
and HTTP status code applied to the exceptions that match the given exception class:
862862

863863
.. configuration-block::

string.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Symfony provides an object-oriented API to work with Unicode strings (as bytes,
55
code points and grapheme clusters). This API is available via the String component,
66
which you must first install in your application:
77

8-
.. _installation:
9-
108
.. code-block:: terminal
119
1210
$ composer require symfony/string

0 commit comments

Comments
 (0)