Skip to content

Commit b15bc99

Browse files
committed
minor #14355 Enhancement: New rule - SpaceBetweenLabelAndLinkInRef (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- Enhancement: New rule - SpaceBetweenLabelAndLinkInRef Commits ------- d18bb81 Enhancement: New rule - SpaceBetweenLabelAndLinkInRef
2 parents 49441cf + d18bb81 commit b15bc99

17 files changed

+17
-16
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ rules:
2929
replace_code_block_types: ~
3030
replacement: ~
3131
short_array_syntax: ~
32+
space_between_label_and_link_in_ref: ~
3233
typo: ~
3334
unused_links: ~
3435
use_deprecated_directive_instead_of_versionadded: ~

components/process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Any asynchronous process can be stopped at any time with the
301301
:method:`Symfony\\Component\\Process\\Process::stop` method. This method takes
302302
two arguments: a timeout and a signal. Once the timeout is reached, the signal
303303
is sent to the running process. The default signal sent to a process is ``SIGKILL``.
304-
Please read the :ref:`signal documentation below<reference-process-signal>`
304+
Please read the :ref:`signal documentation below <reference-process-signal>`
305305
to find out more about signal handling in the Process component::
306306

307307
$process = new Process(['ls', '-lsa']);

logging/channels_handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Creating your own Channel
122122

123123
You can change the channel Monolog logs to one service at a time. This is done
124124
either via the :ref:`configuration <monolog-channels-config>` below
125-
or by tagging your service with :ref:`monolog.logger<dic_tags-monolog>` and
125+
or by tagging your service with :ref:`monolog.logger <dic_tags-monolog>` and
126126
specifying which channel the service should log to. With the tag, the logger
127127
that is injected into that service is preconfigured to use the channel you've
128128
specified.

reference/constraints/Currency.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Currency
44
Validates that a value is a valid `3-letter ISO 4217`_ currency name.
55

66
+----------------+---------------------------------------------------------------------------+
7-
| Applies to | :ref:`property or method<validation-property-target>` |
7+
| Applies to | :ref:`property or method <validation-property-target>` |
88
+----------------+---------------------------------------------------------------------------+
99
| Options | - `groups`_ |
1010
| | - `message`_ |

reference/constraints/EqualTo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To force that a value is *not* equal, see :doc:`/reference/constraints/NotEqualT
1111
``===``.
1212

1313
+----------------+-----------------------------------------------------------------------+
14-
| Applies to | :ref:`property or method<validation-property-target>` |
14+
| Applies to | :ref:`property or method <validation-property-target>` |
1515
+----------------+-----------------------------------------------------------------------+
1616
| Options | - `value`_ |
1717
| | - `groups`_ |

reference/constraints/GreaterThan.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ force that a value is greater than or equal to another value, see
77
than another value, see :doc:`/reference/constraints/LessThan`.
88

99
+----------------+---------------------------------------------------------------------------+
10-
| Applies to | :ref:`property or method<validation-property-target>` |
10+
| Applies to | :ref:`property or method <validation-property-target>` |
1111
+----------------+---------------------------------------------------------------------------+
1212
| Options | - `value`_ |
1313
| | - `groups`_ |

reference/constraints/GreaterThanOrEqual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the options. To force that a value is greater than another value, see
66
:doc:`/reference/constraints/GreaterThan`.
77

88
+----------------+----------------------------------------------------------------------------------+
9-
| Applies to | :ref:`property or method<validation-property-target>` |
9+
| Applies to | :ref:`property or method <validation-property-target>` |
1010
+----------------+----------------------------------------------------------------------------------+
1111
| Options | - `value`_ |
1212
| | - `groups`_ |

reference/constraints/Iban.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ internationally agreed means of identifying bank accounts across national
77
borders with a reduced risk of propagating transcription errors.
88

99
+----------------+-----------------------------------------------------------------------+
10-
| Applies to | :ref:`property or method<validation-property-target>` |
10+
| Applies to | :ref:`property or method <validation-property-target>` |
1111
+----------------+-----------------------------------------------------------------------+
1212
| Options | - `groups`_ |
1313
| | - `message`_ |

reference/constraints/IdenticalTo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To force that a value is *not* identical, see
1212
with ``==``.
1313

1414
+----------------+--------------------------------------------------------------------------+
15-
| Applies to | :ref:`property or method<validation-property-target>` |
15+
| Applies to | :ref:`property or method <validation-property-target>` |
1616
+----------------+--------------------------------------------------------------------------+
1717
| Options | - `value`_ |
1818
| | - `groups`_ |

reference/constraints/Isbn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This constraint validates that an `International Standard Book Number (ISBN)`_
55
is either a valid ISBN-10 or a valid ISBN-13.
66

77
+----------------+----------------------------------------------------------------------+
8-
| Applies to | :ref:`property or method<validation-property-target>` |
8+
| Applies to | :ref:`property or method <validation-property-target>` |
99
+----------------+----------------------------------------------------------------------+
1010
| Options | - `type`_ |
1111
| | - `groups`_ |

0 commit comments

Comments
 (0)