Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class SportsBag extends Bag |
||
9 | { |
||
10 | private string $relatedTo; |
||
11 | |||
12 | public function setRelatedTo(string|array $relatedTo): void |
||
17 | } |
||
18 | |||
19 | public function getRelatedTo(): string |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * This function overrides the parent class function |
||
29 | * |
||
30 | * @return string |
||
31 | */ |
||
32 | public function wearBag(): string |
||
37 |
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