| Conditions | 2 |
| Paths | 2 |
| Total Lines | 12 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | 9 | #[Override] |
|
| 20 | public function getLoggerUtil(bool $doDefaultInit = false): LoggerUtilInterface |
||
| 21 | { |
||
| 22 | 9 | $loggerUtil = new LoggerUtil( |
|
| 23 | 9 | $this->config |
|
| 24 | 9 | ); |
|
| 25 | |||
| 26 | 9 | if ($doDefaultInit) { |
|
| 27 | 1 | $loggerUtil->init('STU', LoggerEnum::LEVEL_ERROR); |
|
| 28 | } |
||
| 29 | |||
| 30 | 9 | return $loggerUtil; |
|
| 31 | } |
||
| 46 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths