Completed
Push — develop ( 483fae...20d55c )
by Nate
06:08 queued 35s
created
src/Pipelines/Pipeline.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @return callable[]|StageInterface[]|mixed|null
48
+     * @return callable[]
49 49
      */
50 50
     protected function getStages()
51 51
     {
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @param $stage
60
+     * @param callable $stage
61 61
      * @return callable
62 62
      * @throws InvalidArgumentException
63 63
      */
Please login to merge, or discard this patch.