| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class LuxuryBag extends Bag |
||
| 9 | { |
||
| 10 | private string $particularities; |
||
| 11 | |||
| 12 | public function setParticularities(string $particularities): void |
||
| 15 | } |
||
| 16 | |||
| 17 | public function getParticularities(): string |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * This function overrides the parent class function |
||
| 27 | * |
||
| 28 | * @return string |
||
| 29 | */ |
||
| 30 | #[Override] |
||
| 36 |
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