mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-23 16:22:10 +01:00
Fix syntax errors/warnings in 7.3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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::
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user