From bd98fdf88b71b81d29b1f12ef4457febbe13d185 Mon Sep 17 00:00:00 2001 From: Evgenij Efimov Date: Tue, 23 Feb 2016 22:25:35 +0300 Subject: [PATCH 1/3] Removed True and False constraints from reference --- reference/constraints/False.rst | 8 -------- reference/constraints/True.rst | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 reference/constraints/False.rst delete mode 100644 reference/constraints/True.rst 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/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. From 4faf46e51b5f224ddebee45c1fd8ad967958b358 Mon Sep 17 00:00:00 2001 From: Evgenij Efimov Date: Tue, 23 Feb 2016 22:35:41 +0300 Subject: [PATCH 2/3] Removed Null constraint from reference --- reference/constraints/Null.rst | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 reference/constraints/Null.rst 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. From 369068fb500dc63f6bcbf8f5d79b34364deb109a Mon Sep 17 00:00:00 2001 From: Evgenij Efimov Date: Tue, 23 Feb 2016 23:17:54 +0300 Subject: [PATCH 3/3] Removed references from TOC --- reference/constraints.rst | 3 --- 1 file changed, 3 deletions(-) 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