Test Failed
Push — master ( 1a7d20...ad61cb )
by Matthew
10:06
created
Command/CreateJobCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,11 +63,11 @@
 block discarded – undo
63 63
             $this->getName(), // command
64 64
             'my-worker-name', // worker_name
65 65
             'myMethod', // method
66
-            json_encode([ // args
66
+            json_encode([// args
67 67
                 'first parameter', // argv[0] (string)
68 68
                 null, // argv[1] (null)
69 69
                 3, // argv[2] (int)
70
-                [ // argv[3] (array)
70
+                [// argv[3] (array)
71 71
                     'fourth',
72 72
                     'param',
73 73
                     'is',
Please login to merge, or discard this patch.