Skip to content

Commit fae8445

Browse files
committed
Fixed IsFalse
1 parent be88b83 commit fae8445

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/constraints/IsFalse.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ method returns **false**:
100100
'message' => "You've entered an invalid state.",
101101
]));
102102
}
103-
}
104103
105-
function isStateInvalid()
106-
{
107-
// ...
104+
public function isStateInvalid()
105+
{
106+
// ...
107+
}
108108
}
109109
110110
.. include:: /reference/constraints/_null-values-are-valid.rst.inc

0 commit comments

Comments
 (0)