Passed
Push — master ( d85851...1e0b4a )
by 世昌
01:47
created
nebula/src/application/route/MatchResult.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
             $object = $class->getMethod('instance')->invoke(null);
164 164
             $context->setResponse($object);
165 165
             $class->getMethod('proccess')->invokeArgs($object, [
166
-                new Runnable([$object,'onRequest']),
166
+                new Runnable([$object, 'onRequest']),
167 167
                 $context->getRequest(),
168 168
                 $this->matcher->getAttribute('buffer', true),
169 169
                 $context->isDebug(),
Please login to merge, or discard this patch.