diff --git a/src/Symfony/Component/Form/FormErrorIterator.php b/src/Symfony/Component/Form/FormErrorIterator.php index f4614844985a0..ec27077fc2b02 100644 --- a/src/Symfony/Component/Form/FormErrorIterator.php +++ b/src/Symfony/Component/Form/FormErrorIterator.php @@ -205,7 +205,7 @@ public function hasChildren() /** * Alias of {@link current()}. * - * @return self + * @return FormError|self */ public function getChildren() {