[DomCrawler] FormField: remove an useless return statement

This commit is contained in:
Kévin Dunglas 2018-03-12 14:37:54 +01:00 committed by Fabien Potencier
parent ebfcab3759
commit 6ca8b4beeb

View File

@ -75,8 +75,6 @@ abstract class FormField
if ($labels->length > 0) {
return $labels->item(0);
}
return;
}
/**