Test Failed
Pull Request — master (#39)
by Christopher
06:44 queued 02:44
created
src/Query/LaravelExpressionProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
         if (!isset($functionDescription)) {
302 302
             throw new \InvalidArgumentException('onFunctionCallExpression');
303 303
         }
304
-        if(!array_key_exists ($functionDescription->name, $this->functionDescriptionParsers)){
304
+        if (!array_key_exists($functionDescription->name, $this->functionDescriptionParsers)) {
305 305
                 throw new \InvalidArgumentException('onFunctionCallExpression');
306 306
         }
307 307
         return $this->functionDescriptionParsers[$functionDescription->name]($params);
Please login to merge, or discard this patch.