Completed
Push — master ( bbcbe2...11e4b4 )
by Phil
02:52
created
Resque.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
 
189 189
     /**
190 190
      * @param Job $job
191
-     * @return mixed
191
+     * @return integer
192 192
      */
193 193
     public function removedDelayed(Job $job)
194 194
     {
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
     }
302 302
 
303 303
     /**
304
-     * @return mixed
304
+     * @return integer
305 305
      */
306 306
     public function getNumberOfDelayedJobs()
307 307
     {
Please login to merge, or discard this patch.