Skip to content

Commit 0d2486d

Browse files
committed
[Form] Remove evasive getOrigin sentence
1 parent a6246a7 commit 0d2486d

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)