Skip to content

Commit

Permalink
Remove unused return statement
Browse files Browse the repository at this point in the history
Signed-off-by: Jefersson Nathan <[email protected]>
  • Loading branch information
Jefersson Nathan committed Feb 1, 2018
1 parent 579f084 commit 762fdd1
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 762fdd1

Please sign in to comment.