Completed
Push — master ( 294e4b...3c1e11 )
by
unknown
39:35
created
Service/JobQueue.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     /**
132 132
      * Push a new job onto the queue after a delay.
133 133
      *
134
-     * @param \DateTime|int $delay
134
+     * @param integer $delay
135 135
      * @param string $job
136 136
      * @param mixed $data
137 137
      * @param string $queue
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
     /**
148 148
      * Push a new job into the queue after a delay if job does not exist.
149 149
      *
150
-     * @param \DateTime|int $delay
150
+     * @param integer $delay
151 151
      * @param string $job
152 152
      * @param mixed $data
153 153
      * @param string $queue
Please login to merge, or discard this patch.