diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index 263a7100689..1c760251f18 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -29,6 +29,7 @@ rules: replace_code_block_types: ~ replacement: ~ short_array_syntax: ~ + space_between_label_and_link_in_ref: ~ typo: ~ unused_links: ~ use_deprecated_directive_instead_of_versionadded: ~ diff --git a/components/process.rst b/components/process.rst index ea626f31a38..0c3098400d4 100644 --- a/components/process.rst +++ b/components/process.rst @@ -301,7 +301,7 @@ Any asynchronous process can be stopped at any time with the :method:`Symfony\\Component\\Process\\Process::stop` method. This method takes two arguments: a timeout and a signal. Once the timeout is reached, the signal is sent to the running process. The default signal sent to a process is ``SIGKILL``. -Please read the :ref:`signal documentation below` +Please read the :ref:`signal documentation below ` to find out more about signal handling in the Process component:: $process = new Process(['ls', '-lsa']); diff --git a/logging/channels_handlers.rst b/logging/channels_handlers.rst index 92d35c073c3..a4361890bf3 100644 --- a/logging/channels_handlers.rst +++ b/logging/channels_handlers.rst @@ -122,7 +122,7 @@ Creating your own Channel You can change the channel Monolog logs to one service at a time. This is done either via the :ref:`configuration ` below -or by tagging your service with :ref:`monolog.logger` and +or by tagging your service with :ref:`monolog.logger ` and specifying which channel the service should log to. With the tag, the logger that is injected into that service is preconfigured to use the channel you've specified. diff --git a/reference/constraints/Currency.rst b/reference/constraints/Currency.rst index 397f8d76e54..24bf5dfa193 100644 --- a/reference/constraints/Currency.rst +++ b/reference/constraints/Currency.rst @@ -4,7 +4,7 @@ Currency Validates that a value is a valid `3-letter ISO 4217`_ currency name. +----------------+---------------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+---------------------------------------------------------------------------+ | Options | - `groups`_ | | | - `message`_ | diff --git a/reference/constraints/EqualTo.rst b/reference/constraints/EqualTo.rst index d68e074647b..dac6ce6663b 100644 --- a/reference/constraints/EqualTo.rst +++ b/reference/constraints/EqualTo.rst @@ -11,7 +11,7 @@ To force that a value is *not* equal, see :doc:`/reference/constraints/NotEqualT ``===``. +----------------+-----------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+-----------------------------------------------------------------------+ | Options | - `value`_ | | | - `groups`_ | diff --git a/reference/constraints/GreaterThan.rst b/reference/constraints/GreaterThan.rst index faee4be69d5..99b0563034c 100644 --- a/reference/constraints/GreaterThan.rst +++ b/reference/constraints/GreaterThan.rst @@ -7,7 +7,7 @@ force that a value is greater than or equal to another value, see than another value, see :doc:`/reference/constraints/LessThan`. +----------------+---------------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+---------------------------------------------------------------------------+ | Options | - `value`_ | | | - `groups`_ | diff --git a/reference/constraints/GreaterThanOrEqual.rst b/reference/constraints/GreaterThanOrEqual.rst index 2b595c40089..c40de4a0206 100644 --- a/reference/constraints/GreaterThanOrEqual.rst +++ b/reference/constraints/GreaterThanOrEqual.rst @@ -6,7 +6,7 @@ the options. To force that a value is greater than another value, see :doc:`/reference/constraints/GreaterThan`. +----------------+----------------------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+----------------------------------------------------------------------------------+ | Options | - `value`_ | | | - `groups`_ | diff --git a/reference/constraints/Iban.rst b/reference/constraints/Iban.rst index d7df4d9ea9a..d790352b07c 100644 --- a/reference/constraints/Iban.rst +++ b/reference/constraints/Iban.rst @@ -7,7 +7,7 @@ internationally agreed means of identifying bank accounts across national borders with a reduced risk of propagating transcription errors. +----------------+-----------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+-----------------------------------------------------------------------+ | Options | - `groups`_ | | | - `message`_ | diff --git a/reference/constraints/IdenticalTo.rst b/reference/constraints/IdenticalTo.rst index 200b4cb0632..a3be823a273 100644 --- a/reference/constraints/IdenticalTo.rst +++ b/reference/constraints/IdenticalTo.rst @@ -12,7 +12,7 @@ To force that a value is *not* identical, see with ``==``. +----------------+--------------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+--------------------------------------------------------------------------+ | Options | - `value`_ | | | - `groups`_ | diff --git a/reference/constraints/Isbn.rst b/reference/constraints/Isbn.rst index 7cb6bde4eef..21538494382 100644 --- a/reference/constraints/Isbn.rst +++ b/reference/constraints/Isbn.rst @@ -5,7 +5,7 @@ This constraint validates that an `International Standard Book Number (ISBN)`_ is either a valid ISBN-10 or a valid ISBN-13. +----------------+----------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+----------------------------------------------------------------------+ | Options | - `type`_ | | | - `groups`_ | diff --git a/reference/constraints/Issn.rst b/reference/constraints/Issn.rst index a27142e9c71..b217cb52f82 100644 --- a/reference/constraints/Issn.rst +++ b/reference/constraints/Issn.rst @@ -5,7 +5,7 @@ Validates that a value is a valid `International Standard Serial Number (ISSN)`_. +----------------+-----------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+-----------------------------------------------------------------------+ | Options | - `groups`_ | | | - `message`_ | diff --git a/reference/constraints/LessThan.rst b/reference/constraints/LessThan.rst index eec7a7054d5..3c8516ccae1 100644 --- a/reference/constraints/LessThan.rst +++ b/reference/constraints/LessThan.rst @@ -7,7 +7,7 @@ force that a value is less than or equal to another value, see than another value, see :doc:`/reference/constraints/GreaterThan`. +----------------+------------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+------------------------------------------------------------------------+ | Options | - `value`_ | | | - `groups`_ | diff --git a/reference/constraints/LessThanOrEqual.rst b/reference/constraints/LessThanOrEqual.rst index ccaadb824d2..968c63bc91e 100644 --- a/reference/constraints/LessThanOrEqual.rst +++ b/reference/constraints/LessThanOrEqual.rst @@ -6,7 +6,7 @@ options. To force that a value is less than another value, see :doc:`/reference/constraints/LessThan`. +----------------+-------------------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+-------------------------------------------------------------------------------+ | Options | - `value`_ | | | - `groups`_ | diff --git a/reference/constraints/NotEqualTo.rst b/reference/constraints/NotEqualTo.rst index 619dfb02e8e..69bf91bf45d 100644 --- a/reference/constraints/NotEqualTo.rst +++ b/reference/constraints/NotEqualTo.rst @@ -12,7 +12,7 @@ options. To force that a value is equal, see ``!==``. +----------------+-------------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+-------------------------------------------------------------------------+ | Options | - `value`_ | | | - `groups`_ | diff --git a/reference/constraints/NotIdenticalTo.rst b/reference/constraints/NotIdenticalTo.rst index c1db74a349f..c313e350d1c 100644 --- a/reference/constraints/NotIdenticalTo.rst +++ b/reference/constraints/NotIdenticalTo.rst @@ -12,7 +12,7 @@ the options. To force that a value is identical, see compare with ``!=``. +----------------+-----------------------------------------------------------------------------+ -| Applies to | :ref:`property or method` | +| Applies to | :ref:`property or method ` | +----------------+-----------------------------------------------------------------------------+ | Options | - `value`_ | | | - `groups`_ | diff --git a/reference/forms/types/options/constraints.rst.inc b/reference/forms/types/options/constraints.rst.inc index b06343ca990..7aab319f302 100644 --- a/reference/forms/types/options/constraints.rst.inc +++ b/reference/forms/types/options/constraints.rst.inc @@ -4,6 +4,6 @@ **type**: ``array`` or :class:`Symfony\\Component\\Validator\\Constraint` **default**: ``null`` Allows you to attach one or more validation constraints to a specific field. -For more information, see :ref:`Adding Validation`. +For more information, see :ref:`Adding Validation `. This option is added in the :class:`Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension` form extension. diff --git a/security/guard_authentication.rst b/security/guard_authentication.rst index 371782cfaa4..745fd85a883 100644 --- a/security/guard_authentication.rst +++ b/security/guard_authentication.rst @@ -255,7 +255,7 @@ This requires you to implement several methods:: ``AuthenticatorInterface`` was introduced in Symfony 3.4. In previous Symfony versions, authenticators needed to implement ``GuardAuthenticatorInterface``. -Nice work! Each method is explained below: :ref:`The Guard Authenticator Methods`. +Nice work! Each method is explained below: :ref:`The Guard Authenticator Methods `. Step 2) Configure the Authenticator ----------------------------------- pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy