File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,11 @@ Validation Constraints Reference
99 constraints/Blank
1010 constraints/NotNull
1111 constraints/IsNull
12+ constraints/Null
1213 constraints/IsTrue
14+ constraints/True
1315 constraints/IsFalse
16+ constraints/False
1417 constraints/Type
1518
1619 constraints/Email
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ the value of properties or the return value of methods on your object.
77* :doc:`NotBlank </ reference/constraints/NotBlank> `
88* :doc:`Blank </ reference/constraints/Blank> `
99* :doc:`NotNull </ reference/constraints/NotNull> `
10- * :doc:`Null </ reference/constraints/Null > `
11- * :doc:`True </ reference/constraints/True > `
12- * :doc:`False </ reference/constraints/False > `
10+ * :doc:`Null </ reference/constraints/IsNull > `
11+ * :doc:`True </ reference/constraints/IsTrue > `
12+ * :doc:`False </ reference/constraints/IsFalse > `
1313* :doc:`Type </ reference/constraints/Type> `
1414
1515String Constraints
You can’t perform that action at this time.
0 commit comments