| Total Complexity | 1 |
| Total Lines | 60 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | class categories { |
||
| 6 | |||
| 7 | /** |
||
| 8 | * Generates a configuration array for matching categories |
||
| 9 | * |
||
| 10 | * @return array<string,props> An array with keys representing the string to match, and values a props object defining how to generate the match and which properties to set |
||
| 11 | */ |
||
| 12 | 1 | public static function get() : array { |
|
| 68 | } |