| Total Complexity | 6 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | class Translations implements IKBTranslations |
||
| 14 | { |
||
| 15 | 1 | public function ikbUnknownType(): string |
|
| 16 | { |
||
| 17 | 1 | return 'Unknown ban type'; |
|
| 18 | } |
||
| 19 | |||
| 20 | 1 | public function ikbUnknownFormat(): string |
|
| 21 | { |
||
| 22 | 1 | return 'Unknown datasource format'; |
|
| 23 | } |
||
| 24 | |||
| 25 | 1 | public function ikbBadIpParsingNoDelimiter(): string |
|
| 26 | { |
||
| 27 | 1 | return 'Delimiter for parsing not set'; |
|
| 28 | } |
||
| 29 | |||
| 30 | 1 | public function ikbDefinedFileNotFound(string $fileName): string |
|
| 33 | } |
||
| 34 | |||
| 35 | 1 | public function ikbInvalidNumOfBlocksTooMany(string $knownIp): string |
|
| 38 | } |
||
| 39 | |||
| 40 | 1 | public function ikbInvalidNumOfBlocksAmount(string $knownIp): string |
|
| 45 |