Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
30 | class Util |
||
31 | { |
||
32 | /** |
||
33 | * Returns extension configuration. |
||
34 | * |
||
35 | * @return array |
||
36 | * @throws ExtensionConfigurationExtensionNotConfiguredException |
||
37 | * @throws ExtensionConfigurationPathDoesNotExistException |
||
38 | */ |
||
39 | 62 | public static function getTikaExtensionConfiguration(): array |
|
44 |