Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | 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 |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @param string $service |
||
26 | */ |
||
27 | public function setSuccess(string $service): void |
||
36 |