diff --git a/reference/constraints.rst b/reference/constraints.rst index 2d8f33dc6b2..e91e319b3cb 100644 --- a/reference/constraints.rst +++ b/reference/constraints.rst @@ -9,11 +9,8 @@ Validation Constraints Reference constraints/Blank constraints/NotNull constraints/IsNull - constraints/Null constraints/IsTrue - constraints/True constraints/IsFalse - constraints/False constraints/Type constraints/Email diff --git a/reference/constraints/False.rst b/reference/constraints/False.rst deleted file mode 100644 index 53a768a9cc1..00000000000 --- a/reference/constraints/False.rst +++ /dev/null @@ -1,8 +0,0 @@ -False -===== - -.. caution:: - - The ``False`` constraint is deprecated since Symfony 2.7 and removed in - Symfony 3.0. Use the :doc:`/reference/constraints/IsFalse` constraint - instead. diff --git a/reference/constraints/Null.rst b/reference/constraints/Null.rst deleted file mode 100644 index 5eb8ddd9a7a..00000000000 --- a/reference/constraints/Null.rst +++ /dev/null @@ -1,8 +0,0 @@ -Null -==== - -.. caution:: - - The ``Null`` constraint is deprecated since Symfony 2.7 and removed in - Symfony 3.0. Use the :doc:`/reference/constraints/IsNull` constraint - instead. diff --git a/reference/constraints/True.rst b/reference/constraints/True.rst deleted file mode 100644 index e358b8e47d4..00000000000 --- a/reference/constraints/True.rst +++ /dev/null @@ -1,8 +0,0 @@ -True -==== - -.. caution:: - - The ``True`` constraint is deprecated since Symfony 2.7 and removed in - Symfony 3.0. Use the :doc:`/reference/constraints/IsTrue` constraint - instead.