Total Complexity | 3 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class SportsBag extends Bag implements WearBag |
||
10 | { |
||
11 | private string $relatedTo; |
||
12 | |||
13 | /** |
||
14 | * Set the related to information |
||
15 | * |
||
16 | * @param string|array $relatedTo The related to information |
||
17 | * |
||
18 | * @return void |
||
19 | */ |
||
20 | public function setRelatedTo(string|array $relatedTo): void |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * Returns the related to information as a string |
||
29 | * |
||
30 | * @return string |
||
31 | */ |
||
32 | public function getRelatedTo(): string |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * This function overrides the parent class function |
||
42 | * |
||
43 | * @return string |
||
44 | */ |
||
45 | public function wearBag(): string |
||
50 |
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