| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class PostQueryFactory implements QueryFactoryInterface |
||
| 12 | { |
||
| 13 | protected ObjectComparator $comparator; |
||
| 14 | |||
| 15 | protected PostConverterInterface $converter; |
||
| 16 | |||
| 17 | protected array $accessors = []; |
||
| 18 | |||
| 19 | public function __construct(PostConverterInterface $converter, ObjectComparator $comparator) |
||
| 20 | { |
||
| 21 | $this->converter = $converter; |
||
| 22 | $this->comparator = $comparator; |
||
| 23 | } |
||
| 24 | |||
| 25 | public function createQuery(WP_Query $query): PostQuery |
||
| 28 | } |
||
| 29 | } |
||
| 30 |
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