@@ -40,7 +40,7 @@ |
||
| 40 | 40 | private $timeProvider; |
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | - * @param RetriableThrottlerInterface $internalThrottler |
|
| 43 | + * @param ThrottlerInterface $internalThrottler |
|
| 44 | 44 | * @param TimeAdapterInterface $timeProvider |
| 45 | 45 | */ |
| 46 | 46 | public function __construct(RetriableThrottlerInterface $internalThrottler, TimeAdapterInterface $timeProvider) |
@@ -27,9 +27,9 @@ |
||
| 27 | 27 | |
| 28 | 28 | class ElasticWindowThrottler extends AbstractWindowThrottler implements ThrottlerInterface |
| 29 | 29 | { |
| 30 | - /** |
|
| 31 | - * @inheritdoc |
|
| 32 | - */ |
|
| 30 | + /** |
|
| 31 | + * @inheritdoc |
|
| 32 | + */ |
|
| 33 | 33 | public function hit(): ThrottlerInterface |
| 34 | 34 | { |
| 35 | 35 | $key = $this->data->getKey(); |