8000 [DomCrawler] FormField: remove an useless return statement · symfony/symfony@6ca8b4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ca8b4b

Browse files
dunglasfabpot
authored andcommitted
[DomCrawler] FormField: remove an useless return statement
1 parent ebfcab3 commit 6ca8b4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/DomCrawler/Field/FormField.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ public function getLabel()
7575
if ($labels->length > 0) {
7676
return $labels->item(0);
7777
}
78-
79-
return;
8078
}
8179

8280
/**

0 commit comments

Comments
 (0)
0