@@ -6,7 +6,7 @@ |
||
6 | 6 | /* |
7 | 7 | * Dump the arguments given followed by the collection. |
8 | 8 | */ |
9 | - Collection::macro('objectIfEmpty', function () { |
|
9 | + Collection::macro('objectIfEmpty', function() { |
|
10 | 10 | if ($this->isEmpty()) { |
11 | 11 | return new \stdClass(); |
12 | 12 | } |