Passed
Pull Request — master (#84)
by Joe
07:51 queued 47s
created
Command/CreateJobCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,11 +51,11 @@
 block discarded – undo
51 51
             $this->getName(), // command
52 52
             'my-worker-name', // worker_name
53 53
             'myMethod', // method
54
-            json_encode([ // args
54
+            json_encode([// args
55 55
                 "first parameter", // argv[0] (string)
56 56
                 null, // argv[1] (null)
57 57
                 3, // argv[2] (int)
58
-                [ // argv[3] (array)
58
+                [// argv[3] (array)
59 59
                     "fourth",
60 60
                     "param",
61 61
                     "is",
Please login to merge, or discard this patch.