Completed
Push — master ( 6c9334...f3ba17 )
by Simonas
02:26
created
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.
src/Query/Compound/FunctionScoreQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
     public function addRandomFunction($seed = null, BuilderInterface $filter = null)
163 163
     {
164 164
         $function = [
165
-            'random_score' => $seed ? [ 'seed' => $seed ] : new \stdClass(),
165
+            'random_score' => $seed ? ['seed' => $seed] : new \stdClass(),
166 166
         ];
167 167
 
168 168
         $this->applyFilter($function, $filter);
Please login to merge, or discard this patch.