| Total Complexity | 4 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class ExceptionHandler extends Annotation implements IMethods, IRead |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var array<string> 注入アノテーション情報 |
||
| 24 | */ |
||
| 25 | private array $injectAnnotation; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @var array<string> 読み込みアノテーション情報 |
||
| 29 | */ |
||
| 30 | private array $readAnnotation; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | 6 | public function onInject(array $injectAnnotation) |
|
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | 6 | public function getAnnotationInfo(): array |
|
| 47 | } |
||
| 48 | |||
| 49 | /** |
||
| 50 | * {@inheritdoc} |
||
| 51 | */ |
||
| 52 | 6 | public function onMethodInject(IAnnotatable $instance, \ReflectionMethod $method, Container $container) |
|
| 65 |
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