10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
return $this
ClearableErrorsInterface::clearErrors()
1 parent 5c1a657 commit c69e507Copy full SHA for c69e507
src/Symfony/Component/Form/ClearableErrorsInterface.php
@@ -22,8 +22,6 @@ interface ClearableErrorsInterface
22
* Removes all the errors of this form.
23
*
24
* @param bool $deep Whether to remove errors from child forms as well
25
- *
26
- * @return $this
27
*/
28
public function clearErrors(bool $deep = false);
29
}
src/Symfony/Component/Form/Form.php
@@ -810,8 +810,6 @@ public function clearErrors(bool $deep = false)
810
811
812
813
-
814
- return $this;
815
816
817
/**
0 commit comments