Completed
Push — master ( 175121...5fbf1a )
by Runner
05:33 queued 03:44
created
src/Stage.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
     /**
25 25
      * Stage constructor.
26 26
      *
27
-     * @param $callback
28
-     * @param Stage|null $next
27
+     * @param callable $callback
28
+     * @param null|\self $next
29 29
      */
30 30
     public function __construct($callback, self $next = null)
31 31
     {
Please login to merge, or discard this patch.