@@ -24,8 +24,8 @@ |
||
| 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 | { |