Skip to content

Commit 2ea5cc6

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: [Form] Remove evasive getOrigin sentence
2 parents 5a47708 + d865733 commit 2ea5cc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/form.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,6 @@ method to access the list of errors. It returns a
749749
$errors = $form['firstName']->getErrors();
750750

751751
// a FormErrorIterator instance in a flattened structure
752-
// use getOrigin() to determine the form causing the error
753752
$errors = $form->getErrors(true);
754753

755754
// a FormErrorIterator instance representing the form tree structure

0 commit comments

Comments
 (0)