@@ -46,8 +46,7 @@ discard block |
||
| 46 | 46 | /** |
| 47 | 47 | * @param array $watchers |
| 48 | 48 | * @param array $excluders |
| 49 | - * @param \Janitor\Handler|null $handler |
|
| 50 | - * @param string $requestAttribute |
|
| 49 | + * @param null|callable $handler |
|
| 51 | 50 | */ |
| 52 | 51 | public function __construct( |
| 53 | 52 | array $watchers = [], |
@@ -153,7 +152,6 @@ discard block |
||
| 153 | 152 | * |
| 154 | 153 | * @param \Psr\Http\Message\ServerRequestInterface $request |
| 155 | 154 | * @param \Psr\Http\Message\ResponseInterface $response |
| 156 | - * @param \Janitor\Watcher $watcher |
|
| 157 | 155 | * |
| 158 | 156 | * @return \Psr\Http\Message\ResponseInterface |
| 159 | 157 | */ |