@@ -35,7 +35,7 @@ |
||
35 | 35 | // If we have one result which is not an assoc array, make it the first element of an array for the |
36 | 36 | // collectionFromResult function so we always return a collection from filter |
37 | 37 | if ((bool) count(array_filter(array_keys($result), 'is_string'))) { |
38 | - $result = [ $result ]; |
|
38 | + $result = [$result]; |
|
39 | 39 | } |
40 | 40 | |
41 | 41 | $class = $this->class; |