Passed
Branch master (5c737e)
by Dmitry
07:33 queued 04:17
created
src/ApiLayer/JsonRpc/Method/MethodDispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.