Completed
Push — master ( a93b08...8d3934 )
by Stephan
02:44 queued 46s
created
src/Picqer/Financials/Exact/Query/Resultset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.