Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class MetaBoxController |
||
11 | { |
||
12 | protected MetaBoxService $metaBoxService; |
||
13 | |||
14 | protected SlugService $slugService; |
||
15 | |||
16 | public function __construct(MetaBoxService $metaBoxService, SlugService $slugService) |
||
17 | { |
||
18 | $this->metaBoxService = $metaBoxService; |
||
19 | $this->slugService = $slugService; |
||
20 | } |
||
21 | |||
22 | public function getMetaBoxBySlugModel(string $model, string $slug, string $lang = AppConstant::DEFAULT_LOCALE): ?Model |
||
31 | } |
||
32 | } |
||
33 |
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