Completed
Push — master ( 00019d...08cb78 )
by Ryosuke
04:11
created
src/Internal/AbstractScheduler.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@
 block discarded – undo
53 53
 
54 54
     /**
55 55
      * Do somthing with consumed handle.
56
-     * @param array $entry
57 56
      */
58 57
     abstract protected function interruptConsume();
59 58
 
Please login to merge, or discard this patch.
src/Internal/AutoScheduler.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@
 block discarded – undo
53 53
 
54 54
     /**
55 55
      * Do nothing.
56
-     * @param array $entry
57 56
      */
58 57
     protected function interruptConsume() {}
59 58
 }
Please login to merge, or discard this patch.