| 1 | <?php |
||
| 14 | class ViolateAlwaysStrategy implements ThrottlingStrategyInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @codeCoverageIgnore |
||
| 18 | */ |
||
| 19 | public function setStorage(StorageInterface $storage) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Always returns true. |
||
| 26 | * @param string $identifier unused |
||
| 27 | * @return bool always true |
||
| 28 | */ |
||
| 29 | 1 | public function isViolator($identifier) |
|
| 33 | } |
||
| 34 |