| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class CommandBase extends BaseCommand |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Run a composer internal command |
||
| 25 | * |
||
| 26 | * @param array $commandParams Command parameters |
||
| 27 | * @param OutputInterface Output interface |
||
|
|
|||
| 28 | * @return int 0 for success |
||
| 29 | * @throws \RuntimeException |
||
| 30 | */ |
||
| 31 | 2 | public function runComposerCommand(array $commandParams, OutputInterface $output) |
|
| 52 |
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