| Total Complexity | 1 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | final class ConfigFilter |
||
| 8 | { |
||
| 9 | /** @var list<string> */ |
||
|
|
|||
| 10 | public $and; |
||
| 11 | |||
| 12 | /** @var list<string> */ |
||
| 13 | public $or; |
||
| 14 | |||
| 15 | /** @var string */ |
||
| 16 | public $color; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param list<string> $and |
||
| 20 | * @param list<string> $or |
||
| 21 | */ |
||
| 22 | public function __construct(array $and, array $or, string $color) |
||
| 29 |
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