| Total Complexity | 9 |
| Total Lines | 58 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class GeneratorChain implements GeneratorChainInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var GeneratorInterface[] |
||
| 13 | */ |
||
| 14 | private $generators; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param GeneratorInterface[] $generators |
||
| 18 | */ |
||
| 19 | public function __construct($generators = []) |
||
| 27 | } |
||
| 28 | } |
||
| 29 | |||
| 30 | public function addGenerator(GeneratorInterface $detector) |
||
| 31 | { |
||
| 32 | $this->generators[] = $detector; |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @return GeneratorInterface[]; |
||
| 37 | */ |
||
| 38 | public static function getDefaultGeneratorsSet() |
||
| 54 | } |
||
| 55 | |||
| 56 | public function getValueForField( |
||
| 69 |
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