| Total Complexity | 4 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | final class ImportAppModule extends AbstractModule |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * Import scheme config |
||
| 29 | * |
||
| 30 | * @var array<ImportApp> |
||
| 31 | */ |
||
| 32 | private array $importApps = []; |
||
| 33 | |||
| 34 | /** @param array<ImportApp> $importApps */ |
||
| 35 | public function __construct(array $importApps) |
||
| 43 | } |
||
| 44 | |||
| 45 | /** |
||
| 46 | * {@inheritDoc} |
||
| 47 | * |
||
| 48 | * @throws NotFound |
||
| 49 | */ |
||
| 50 | #[Override] |
||
| 62 |
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