diff --git a/components/form.rst b/components/form.rst index ac569e3d8eb..601f66641b9 100644 --- a/components/form.rst +++ b/components/form.rst @@ -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