Skip to content

Commit b6c1a93

Browse files
javiereguiluzweaverryan
authored andcommitted
Added the "payload" option back
1 parent 7ef2e6a commit b6c1a93

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

reference/constraints/GreaterThanOrEqual.rst

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ the options. To force that a value is greater than another value, see
1313
+----------------+----------------------------------------------------------------------------------+
1414
| Options | - `value`_ |
1515
| | - `message`_ |
16+
| | - `payload`_ |
1617
+----------------+----------------------------------------------------------------------------------+
1718
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqual` |
1819
+----------------+----------------------------------------------------------------------------------+
@@ -286,4 +287,6 @@ message
286287
This is the message that will be shown if the value is not greater than or equal
287288
to the comparison value.
288289

290+
.. include:: /reference/constraints/_payload-option.rst.inc
291+
289292
.. _`accepted by the DateTime constructor`: http://www.php.net/manual/en/datetime.formats.php

reference/constraints/LessThan.rst

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ than another value, see :doc:`/reference/constraints/GreaterThan`.
1414
+----------------+------------------------------------------------------------------------+
1515
| Options | - `value`_ |
1616
| | - `message`_ |
17+
| | - `payload`_ |
1718
+----------------+------------------------------------------------------------------------+
1819
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\LessThan` |
1920
+----------------+------------------------------------------------------------------------+
@@ -286,4 +287,6 @@ message
286287
This is the message that will be shown if the value is not less than the
287288
comparison value.
288289

290+
.. include:: /reference/constraints/_payload-option.rst.inc
291+
289292
.. _`accepted by the DateTime constructor`: http://www.php.net/manual/en/datetime.formats.php

reference/constraints/LessThanOrEqual.rst

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ options. To force that a value is less than another value, see
1313
+----------------+-------------------------------------------------------------------------------+
1414
| Options | - `value`_ |
1515
| | - `message`_ |
16+
| | - `payload`_ |
1617
+----------------+-------------------------------------------------------------------------------+
1718
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\LessThanOrEqual` |
1819
+----------------+-------------------------------------------------------------------------------+
@@ -285,4 +286,6 @@ message
285286
This is the message that will be shown if the value is not less than or equal
286287
to the comparison value.
287288

289+
.. include:: /reference/constraints/_payload-option.rst.inc
290+
288291
.. _`accepted by the DateTime constructor`: http://www.php.net/manual/en/datetime.formats.php

0 commit comments

Comments
 (0)