@@ -49,6 +49,7 @@ |
||
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | 51 | * {@inheritdoc} |
| 52 | + * @param string $identifier |
|
| 52 | 53 | */ |
| 53 | 54 | public function getTicksBeforeUnderLimit($identifier) |
| 54 | 55 | { |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | /** |
| 37 | 37 | * @param Request $request |
| 38 | 38 | * @param Response|null $response |
| 39 | - * @param \Exception|\Throwable|null $exception |
|
| 39 | + * @param \Exception $exception |
|
| 40 | 40 | */ |
| 41 | 41 | public function __construct(Request $request, Response $response = null, $exception = null) |
| 42 | 42 | { |