Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 90.91% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | 2 | final class FormattedPsrHandler extends AbstractProcessingHandler |
|
16 | { |
||
17 | 2 | /** @phpstan-ignore-next-line */ |
|
18 | 2 | public function __construct(protected LoggerInterface $logger, int|string|Level $level = Level::Debug, bool $bubble = true) |
|
19 | { |
||
20 | /** @psalm-suppress ArgumentTypeCoercion */ |
||
21 | parent::__construct($level, $bubble); |
||
22 | } |
||
23 | 2 | ||
24 | protected function write(LogRecord $record): void |
||
38 | ); |
||
39 | } |
||
41 |
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