| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | abstract class ExtendReader |
||
| 13 | { |
||
| 14 | use Injector; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var Psr\Log\LoggerInterface |
||
|
|
|||
| 18 | */ |
||
| 19 | protected $logger; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * constructor |
||
| 23 | */ |
||
| 24 | public function __construct() |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * アノテーション情報リストを返却する |
||
| 31 | * @param array<object> アノテーション情報リスト |
||
| 32 | */ |
||
| 33 | abstract public function getAnnotationInfo(); |
||
| 34 | |||
| 35 | /** |
||
| 36 | * read event |
||
| 37 | * @param array<string> アノテーション情報リスト |
||
| 38 | */ |
||
| 39 | abstract public function read(array $annotationInfoList); |
||
| 40 | } |
||
| 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