| Total Complexity | 4 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types = 1); |
||
| 10 | class SequentialProcessHandler implements ProcessHandler |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Run the processes sequentially to gather information. |
||
| 14 | * @param FileCollection $filesCollection Collection of files. |
||
| 15 | * @param ProcessFactory $processFactory Process Factory. |
||
| 16 | * @param OnSuccess $onSuccess The OnSuccess event observer. |
||
| 17 | * @return Collection |
||
| 18 | */ |
||
| 19 | public function process( |
||
| 40 |
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