Completed
Push — master ( 7d0bd2...0a4f4d )
by Kevin
02:13
created
src/Doctrine/ORM/ORMQueryResult.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     public function take($offset, $limit)
35 35
     {
36
-        $results = function ($offset, $limit) {
36
+        $results = function($offset, $limit) {
37 37
             return iterator_to_array($this->createPaginator($offset, $limit));
38 38
         };
39 39
 
Please login to merge, or discard this patch.