File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments