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
9
9
constraints/Blank
10
10
constraints/NotNull
11
11
constraints/IsNull
12
+ constraints/Null
12
13
constraints/IsTrue
14
+ constraints/True
13
15
constraints/IsFalse
16
+ constraints/False
14
17
constraints/Type
15
18
16
19
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.
7
7
* :doc:`NotBlank </ reference/constraints/NotBlank> `
8
8
* :doc:`Blank </ reference/constraints/Blank> `
9
9
* :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 > `
13
13
* :doc:`Type </ reference/constraints/Type> `
14
14
15
15
String Constraints
You can’t perform that action at this time.
0 commit comments