Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | abstract class Annotation |
||
13 | { |
||
14 | use Injector; |
||
15 | |||
16 | /** |
||
17 | * @var Psr\Log\LoggerInterface |
||
|
|||
18 | */ |
||
19 | protected $logger; |
||
20 | |||
21 | /** |
||
22 | * constructor |
||
23 | * @param array<string> アノテーションリスト |
||
24 | */ |
||
25 | public function __construct(array $annotations = []) |
||
29 | 137 | } |
|
30 | |||
31 | /** |
||
32 | * Injected event |
||
33 | * @param array<string> アノテーションコンテナ |
||
34 | */ |
||
35 | abstract public function onInject(array $annotations); |
||
36 | } |
||
37 |
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