| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class QaCheckManager extends DefaultPluginManager { |
||
| 14 | |||
| 15 | |||
| 16 | /** |
||
| 17 | * Constructs a new QaCheckManager object. |
||
| 18 | * |
||
| 19 | * @param \Traversable $namespaces |
||
| 20 | * An object that implements \Traversable which contains the root paths |
||
| 21 | * keyed by the corresponding namespace to look for plugin implementations. |
||
| 22 | * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend |
||
| 23 | * Cache backend instance to use. |
||
| 24 | * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler |
||
| 25 | * The module handler to invoke the alter hook with. |
||
| 26 | */ |
||
| 27 | public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler) { |
||
| 35 |
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