Skip to content

Commit 31a3fc8

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Remove duplicated entries in validator constraint pages
2 parents 8df9ed2 + b3b618a commit 31a3fc8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+0
-329
lines changed

reference/constraints/All.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ you to apply a collection of constraints to each element of the array.
66

77
========== ===================================================================
88
Applies to :ref:`property or method <validation-property-target>`
9-
Options - `constraints`_
10-
- `groups`_
11-
- `payload`_
129
Class :class:`Symfony\\Component\\Validator\\Constraints\\All`
1310
Validator :class:`Symfony\\Component\\Validator\\Constraints\\AllValidator`
1411
========== ===================================================================

reference/constraints/AtLeastOneOf.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ constraints. The validation stops as soon as one constraint is satisfied.
1010

1111
========== ===================================================================
1212
Applies to :ref:`property or method <validation-property-target>`
13-
Options - `constraints`_
14-
- `includeInternalMessages`_
15-
- `message`_
16-
- `messageCollection`_
17-
- `groups`_
18-
- `payload`_
1913
Class :class:`Symfony\\Component\\Validator\\Constraints\\AtLeastOneOf`
2014
Validator :class:`Symfony\\Component\\Validator\\Constraints\\AtLeastOneOfValidator`
2115
========== ===================================================================

reference/constraints/Bic.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ check that the BIC's country code is the same as a given IBAN's one.
88

99
========== ===================================================================
1010
Applies to :ref:`property or method <validation-property-target>`
11-
Options - `groups`_
12-
- `iban`_
13-
- `ibanMessage`_
14-
- `ibanPropertyPath`_
15-
- `message`_
16-
- `payload`_
1711
Class :class:`Symfony\\Component\\Validator\\Constraints\\Bic`
1812
Validator :class:`Symfony\\Component\\Validator\\Constraints\\BicValidator`
1913
========== ===================================================================

reference/constraints/Blank.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ But be careful as ``NotBlank`` is *not* strictly the opposite of ``Blank``.
1515

1616
========== ===================================================================
1717
Applies to :ref:`property or method <validation-property-target>`
18-
Options - `groups`_
19-
- `message`_
20-
- `payload`_
2118
Class :class:`Symfony\\Component\\Validator\\Constraints\\Blank`
2219
Validator :class:`Symfony\\Component\\Validator\\Constraints\\BlankValidator`
2320
========== ===================================================================

reference/constraints/Callback.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ can do anything, including creating and assigning validation errors.
1919

2020
========== ===================================================================
2121
Applies to :ref:`class <validation-class-target>` or :ref:`property/method <validation-property-target>`
22-
Options - :ref:`callback <callback-option>`
23-
- `groups`_
24-
- `payload`_
2522
Class :class:`Symfony\\Component\\Validator\\Constraints\\Callback`
2623
Validator :class:`Symfony\\Component\\Validator\\Constraints\\CallbackValidator`
2724
========== ===================================================================

reference/constraints/CardScheme.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ a payment through a payment gateway.
77

88
========== ===================================================================
99
Applies to :ref:`property or method <validation-property-target>`
10-
Options - `groups`_
11-
- `message`_
12-
- `payload`_
13-
- `schemes`_
1410
Class :class:`Symfony\\Component\\Validator\\Constraints\\CardScheme`
1511
Validator :class:`Symfony\\Component\\Validator\\Constraints\\CardSchemeValidator`
1612
========== ===================================================================

reference/constraints/Choice.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ an array of items is one of those valid choices.
77

88
========== ===================================================================
99
Applies to :ref:`property or method <validation-property-target>`
10-
Options - `callback`_
11-
- `choices`_
12-
- `groups`_
13-
- `max`_
14-
- `maxMessage`_
15-
- `message`_
16-
- `min`_
17-
- `minMessage`_
18-
- `multiple`_
19-
- `multipleMessage`_
20-
- `payload`_
2110
Class :class:`Symfony\\Component\\Validator\\Constraints\\Choice`
2211
Validator :class:`Symfony\\Component\\Validator\\Constraints\\ChoiceValidator`
2312
========== ===================================================================

reference/constraints/Collection.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ and that extra keys are not present.
1818

1919
========== ===================================================================
2020
Applies to :ref:`property or method <validation-property-target>`
21-
Options - `allowExtraFields`_
22-
- `allowMissingFields`_
23-
- `extraFieldsMessage`_
24-
- `fields`_
25-
- `groups`_
26-
- `missingFieldsMessage`_
27-
- `payload`_
2821
Class :class:`Symfony\\Component\\Validator\\Constraints\\Collection`
2922
Validator :class:`Symfony\\Component\\Validator\\Constraints\\CollectionValidator`
3023
========== ===================================================================

reference/constraints/Compound.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ rules to use consistently across your application, by extending the constraint.
1111

1212
========== ===================================================================
1313
Applies to :ref:`class <validation-class-target>` or :ref:`property or method <validation-property-target>`
14-
Options - `groups`_
15-
- `payload`_
1614
Class :class:`Symfony\\Component\\Validator\\Constraints\\Compound`
1715
Validator :class:`Symfony\\Component\\Validator\\Constraints\\CompoundValidator`
1816
========== ===================================================================

reference/constraints/Count.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ Countable) element count is *between* some minimum and maximum value.
66

77
========== ===================================================================
88
Applies to :ref:`property or method <validation-property-target>`
9-
Options - `divisibleBy`_
10-
- `divisibleByMessage`_
11-
- `exactMessage`_
12-
- `groups`_
13-
- `max`_
14-
- `maxMessage`_
15-
- `min`_
16-
- `minMessage`_
17-
- `payload`_
189
Class :class:`Symfony\\Component\\Validator\\Constraints\\Count`
1910
Validator :class:`Symfony\\Component\\Validator\\Constraints\\CountValidator`
2011
========== ===================================================================

0 commit comments

Comments
 (0)