| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 66.67% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | class Translations implements IKauTranslations |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return string |
||
| 17 | * @codeCoverageIgnore processing bans |
||
| 18 | */ |
||
| 19 | 2 | public function kauBanWantedUser(): string |
|
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return string |
||
| 26 | * @codeCoverageIgnore processing sessions |
||
| 27 | */ |
||
| 28 | public function kauTooManyTries(): string |
||
| 31 | } |
||
| 32 | |||
| 33 | 1 | public function kauNoAuthTreeSet(): string |
|
| 38 |