@@ -33,7 +33,7 @@ |
||
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 |