8000 Enhancement: New rule - SpaceBetweenLabelAndLinkInRef · symfony/symfony-docs@335e7eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 335e7eb

Browse files
committed
Enhancement: New rule - SpaceBetweenLabelAndLinkInRef
1 parent 2f8fa33 commit 335e7eb

13 files changed

+13
-12
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: ~

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 | 4.4: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 | 4.4: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 | 4.4: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 | 4.4: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 | 4.4:ref:`property or method <validation-property-target>` |
1111
+----------------+-----------------------------------------------------------------------+
1212
| Options | - `groups`_ |
1313
| | - `message`_ |

reference/constraints/IdenticalTo.rst

Expand all lines: 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 | 4.4: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 | 4.4:ref:`property or method <validation-property-target>` |
99
+----------------+----------------------------------------------------------------------+
1010
| Options | - `type`_ |
1111
| | - `groups`_ |

reference/constraints/Issn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Validates that a value is a valid
55
`International Standard Serial Number (ISSN)`_.
66

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

reference/constraints/LessThan.rst

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

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

reference/constraints/LessThanOrEqual.rst

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

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

reference/constraints/NotEqualTo.rst

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

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

reference/constraints/NotIdenticalTo.rst

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

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

0 commit comments

Comments
 (0)
0