| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | 17 | public function createGacelaConfigFileFactory(): GacelaConfigFileFactoryInterface |
|
| 17 | { |
||
| 18 | /** @psalm-suppress DeprecatedConstant */ |
||
| 19 | 17 | return new GacelaConfigFileFactory( |
|
| 20 | 17 | Config::getInstance()->getApplicationRootDir(), |
|
| 21 | 17 | self::GACELA_PHP_CONFIG_FILENAME, |
|
| 22 | 17 | self::GACELA_JSON_CONFIG_FILENAME |
|
|
|
|||
| 23 | ); |
||
| 31 |