@@ -73,7 +73,7 @@ |
||
73 | 73 | $methodCollection = $this->getMethodCollection(); |
74 | 74 | |
75 | 75 | $callable = $methodCollection->get($methodName); |
76 | - if (! is_callable($callable)) { |
|
76 | + if (!is_callable($callable)) { |
|
77 | 77 | throw new MethodNotFoundException(sprintf('Method "%s" is not found', $methodName)); |
78 | 78 | } |
79 | 79 |