Total Complexity | 1 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class engines { |
||
6 | |||
7 | /** |
||
8 | * Generates a configuration array for matching engines |
||
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 | 41 | public static function get() : array { |
|
45 | } |