Skip to content

Commit 15d6c03

Browse files
Remove last legacy codes
1 parent 9867523 commit 15d6c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function addError(FormError $error);
189189
/**
190190
* Returns whether the form and all children are valid.
191191
*
192-
* If the form is not submitted, this method always returns false (but will throw an exception in 4.0).
192+
* @throws Exception\LogicException If the form is not submitted.
193193
*
194194
* @return bool
195195
*/

0 commit comments

Comments
 (0)