Skip to content

Commit a90ea7c

Browse files
Tim Stampweaverryan
Tim Stamp
authored andcommitted
Creating placeholder constraint rst docs for deprecated usage
1 parent 639be4b commit a90ea7c

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

reference/constraints/False.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
False
2+
=====
3+
4+
.. caution::
5+
6+
The ``False`` constraint is deprecated since Symfony 2.7
7+
and will be removed in Symfony 3.0. Use the ``IsFalse`` constraint instead.
8+
9+
.. include:: /reference/constraints/IsFalse.rst

reference/constraints/Null.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Null
2+
====
3+
4+
.. caution::
5+
6+
The ``Null`` constraint is deprecated since Symfony 2.7
7+
and will be removed in Symfony 3.0. Use the ``IsNull`` constraint instead.
8+
9+
.. include:: /reference/constraints/IsNull.rst

reference/constraints/True.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
True
2+
====
3+
4+
.. caution::
5+
6+
The ``True`` constraint is deprecated since Symfony 2.7
7+
and will be removed in Symfony 3.0. Use the ``IsTrue`` constraint instead.
8+
9+
.. include:: /reference/constraints/IsTrue.rst

0 commit comments

Comments
 (0)