| Total Complexity | 4 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | trait AssertCultureTrait |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Validate culture |
||
| 26 | * |
||
| 27 | * @param string $value |
||
| 28 | * @param string $message |
||
| 29 | * |
||
| 30 | * @return null |
||
| 31 | */ |
||
| 32 | 4 | public static function assertCulture(string $value, string $message = '') |
|
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Return resource filename, containing cultures array |
||
| 43 | * |
||
| 44 | * @return string |
||
| 45 | */ |
||
| 46 | 4 | public static function getCulturesFilename(): string |
|
| 57 |