Completed
Push — master ( 067099...aaf605 )
by Simonas
02:36
created
src/Aggregation/Metric/CardinalityAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
                 'size' => $this->getSize(),
132 132
                 'from' => $this->getFrom(),
133 133
             ],
134
-            function ($val) {
134
+            function($val) {
135 135
                 return (($val || is_array($val) || ($val || is_numeric($val))));
136 136
             }
137 137
         );
Please login to merge, or discard this patch.
src/InnerHit/NestedInnerHit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
 
100 100
         $out = [
101 101
             $this->getPathType() => [
102
-                $this->getPath() => $out ,
102
+                $this->getPath() => $out,
103 103
             ],
104 104
         ];
105 105
 
Please login to merge, or discard this patch.