Skip to content

Commit 581f46c

Browse files
committed
minor symfony#6299 Removed True and False constraints from reference (edefimov)
This PR was squashed before being merged into the 3.0 branch (closes symfony#6299). Discussion ---------- Removed True and False constraints from reference | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 3.0+ | Fixed tickets | This PR simply removes _True_, _False_, _Null_ constraints from reference list. Commits ------- dcb5a54 Removed True and False constraints from reference
2 parents 8222639 + dcb5a54 commit 581f46c

File tree

4 files changed

+0
-27
lines changed

4 files changed

+0
-27
lines changed

Diff for: reference/constraints.rst

-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ Validation Constraints Reference
99
constraints/Blank
1010
constraints/NotNull
1111
constraints/IsNull
12-
constraints/Null
1312
constraints/IsTrue
14-
constraints/True
1513
constraints/IsFalse
16-
constraints/False
1714
constraints/Type
1815

1916
constraints/Email

Diff for: reference/constraints/False.rst

-8
This file was deleted.

Diff for: reference/constraints/Null.rst

-8
This file was deleted.

Diff for: reference/constraints/True.rst

-8
This file was deleted.

0 commit comments

Comments
 (0)