| Total Complexity | 3 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 5 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 5 | class RedisClusterAdapter extends RedisAdapter |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @param string $service |
||
| 9 | * @param int $timeWindow |
||
| 10 | * @return bool |
||
| 11 | */ |
||
| 12 | public function incrementFailure(string $service, int $timeWindow): bool |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param string $service |
||
| 28 | */ |
||
| 29 | public function setSuccess(string $service): void |
||
| 38 |