You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Form.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -646,7 +646,7 @@ public function isEmpty(): bool
646
646
publicfunctionisValid(): bool
647
647
{
648
648
if (!$this->submitted) {
649
-
thrownewLogicException('Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid().');
649
+
thrownewLogicException('Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() and ensure that it\'s true before calling Form::isValid().');
0 commit comments