Skip to content

Commit adb1ff9

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: [Form] Remove evasive getOrigin sentence
2 parents 8e02261 + 2ea5cc6 commit adb1ff9

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)