@@ -301,7 +301,7 @@ |
||
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); |