Completed
Push — master ( 71cc85...b00a6a )
by Alexey
37:06
created
Service/JobQueue.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     /**
126 126
      * Push a new job onto the queue after a delay.
127 127
      *
128
-     * @param \DateTime|int $delay
128
+     * @param integer $delay
129 129
      * @param string $job
130 130
      * @param mixed $data
131 131
      * @param string $queue
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      * Push a new job into the queue after a delay if job does not exist.
143 143
      *
144
-     * @param \DateTime|int $delay
144
+     * @param integer $delay
145 145
      * @param string $job
146 146
      * @param mixed $data
147 147
      * @param string $queue
@@ -162,7 +162,6 @@  discard block
 block discarded – undo
162 162
      * Add connector
163 163
      *
164 164
      * @param string $name
165
-     * @param Closure $resolver
166 165
      */
167 166
     public function addConnector(string $name, ConnectorInterface $connector)
168 167
     {
Please login to merge, or discard this patch.