From 0d2486dd3d0fc8b627a0602ce0a8e9ac828416ff Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Fri, 10 Mar 2023 20:21:14 +0100 Subject: [PATCH] [Form] Remove evasive getOrigin sentence --- components/form.rst | 1 - 1 file changed, 1 deletion(-) 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