Total Complexity | 7 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | final class ProcessRunner implements RunnerInterface |
||
15 | { |
||
16 | private string $bootstrap = ''; |
||
17 | |||
18 | public function setBootstrap(string $filename): void |
||
19 | { |
||
20 | if ($filename) { |
||
21 | $this->bootstrap = "require_once '$filename';"; |
||
22 | } |
||
23 | } |
||
24 | |||
25 | public function run(ExampleStoreInterface $examples): iterable |
||
29 | } |
||
30 | } |
||
31 | |||
32 | public function runExample(ExampleObj $example): OutcomeInterface |
||
54 |
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