Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[DomCrawler] FormField: remove an useless return statement
  • Loading branch information
dunglas committed Mar 12, 2018
commit a59c21c66c70a83f7dca2a85960cdb8b55ec5087
2 changes: 0 additions & 2 deletions src/Symfony/Component/DomCrawler/Field/FormField.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ public function getLabel()
if ($labels->length > 0) {
return $labels->item(0);
}

return;
}

/**
Expand Down