Skip to content

Commit 5c30775

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: Fix syntax errors/warnings in 7.3
2 parents 086b9f5 + 3b6b704 commit 5c30775

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
@@ -9,8 +9,6 @@ Symfony provides several utilities to work with emoji characters and sequences
99
from the `Unicode CLDR dataset`_. They are available via the Emoji component,
1010
which you must first install in your application:
1111

12-
.. _installation:
13-
1412
.. code-block:: terminal
1513
1614
$ composer require symfony/emoji

reference/configuration/framework.rst

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

11151115
**type**: ``array``
11161116

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

11201120
.. 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)