Skip to content

Commit 3b6b704

Browse files
committed
minor symfony#21615 Fix syntax errors/warnings in 7.3 (wouterj)
This PR was merged into the 7.3 branch. Discussion ---------- Fix syntax errors/warnings in 7.3 Like symfony#21614, but for things introduced in 7.3. Commits ------- 882b571 Fix syntax errors/warnings in 7.3
2 parents cc84b3a + 882b571 commit 3b6b704

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
@@ -1109,7 +1109,7 @@ exceptions
11091109

11101110
**type**: ``array``
11111111

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

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