@@ -45,7 +45,7 @@ discard block |
||
| 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 |
||
| 57 | 57 | } |
| 58 | 58 | |
| 59 | 59 | /** |
| 60 | - * @param $stage |
|
| 60 | + * @param callable $stage |
|
| 61 | 61 | * @return callable |
| 62 | 62 | * @throws InvalidArgumentException |
| 63 | 63 | */ |