Failed Conditions
Push — master ( ee57de...f1c5e1 )
by GBProd
02:44
created
src/ElasticaSpecification/ExpressionBuilder/NotBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
             throw new \InvalidArgumentException();
37 37
         }
38 38
 
39
-        $firstPartBuilder  = $this->registry->getBuilder($spec->getWrappedSpecification());
39
+        $firstPartBuilder = $this->registry->getBuilder($spec->getWrappedSpecification());
40 40
 
41 41
         return $qb->query()->bool()
42 42
             ->addMustNot($firstPartBuilder->build($spec->getWrappedSpecification(), $qb))
Please login to merge, or discard this patch.