Skip to content

Commit d865733

Browse files
committed
minor #18047 [Form] Remove evasive getOrigin sentence (alamirault)
This PR was merged into the 5.4 branch. Discussion ---------- [Form] Remove evasive `getOrigin` sentence Remove evasive `getOrigin` sentence as suggested in #17670 (comment) Close #17670 Commits ------- 0d2486d [Form] Remove evasive getOrigin sentence
2 parents a6246a7 + 0d2486d commit d865733

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/form.rst

-1
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)