Skip to content

Commit

Permalink
[Form] Remove evasive getOrigin sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
alamirault committed Mar 10, 2023
1 parent a6246a7 commit 0d2486d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ method to access the list of errors. It returns a
$errors = $form['firstName']->getErrors();

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

// a FormErrorIterator instance representing the form tree structure
Expand Down

0 comments on commit 0d2486d

Please sign in to comment.