| Total Complexity | 3 | 
| Total Lines | 25 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1);  | 
            ||
| 24 | final class Property implements HasType, HasVisibility, CanBeStatic, Stringable  | 
            ||
| 25 | { | 
            ||
| 26 | use WithVisibility;  | 
            ||
| 27 | use WithStaticModifier;  | 
            ||
| 28 | use WithVariable;  | 
            ||
| 29 | |||
| 30 | 50 | public function __construct(Variable $variable, Visibility $modifier, bool $isStatic = false)  | 
            |
| 35 | }  | 
            ||
| 36 | |||
| 37 | /** @return Name[] */  | 
            ||
| 38 | 14 | public function references(): array  | 
            |
| 39 |     { | 
            ||
| 40 | 14 | return $this->variable->references();  | 
            |
| 41 | }  | 
            ||
| 42 | |||
| 43 | 14 | public function __toString(): string  | 
            |
| 49 | );  | 
            ||
| 50 | }  | 
            ||
| 52 | 
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