| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | final class ConfigFactory |
||
| 10 | { |
||
| 11 | /** @deprecated */ |
||
| 12 | private const GACELA_JSON_CONFIG_FILENAME = 'gacela.json'; |
||
| 13 | |||
| 14 | private const GACELA_PHP_CONFIG_FILENAME = 'gacela.php'; |
||
| 15 | |||
| 16 | 17 | public function createGacelaConfigFileFactory(): GacelaConfigFileFactoryInterface |
|
| 23 | ); |
||
| 24 | } |
||
| 25 | |||
| 26 | 10 | public function createPathFinder(): PathFinderInterface |
|
| 31 |