Skip to content

Commit

Permalink
Merge pull request #7028 from malukenho/hotfix/remove-unused-return
Browse files Browse the repository at this point in the history
Remove useless `return` statement
  • Loading branch information
Ocramius authored Feb 1, 2018
2 parents 43eebb2 + 762fdd1 commit 7d93958
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,5 @@ private function updateResultPointer(array &$coll, $index, $dqlAlias, $oneToOne)

end($coll);
$this->resultPointers[$dqlAlias] =& $coll[key($coll)];

return;
}
}

0 comments on commit 7d93958

Please sign in to comment.