Passed
Push — master ( 047a07...27593a )
by Dmitry
02:43
created
spec/ApiLayer/JsonRpc/Method/MethodInvokerSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,6 +35,6 @@
 block discarded – undo
35 35
 {
36 36
     public function invokableMethod($argument)
37 37
     {
38
-        return 'some result'.$argument;
38
+        return 'some result' . $argument;
39 39
     }
40 40
 }
Please login to merge, or discard this patch.