| Total Complexity | 3 | 
| Total Lines | 30 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 9 | final class ResolvedAttribute  | 
            ||
| 10 | { | 
            ||
| 11 | /**  | 
            ||
| 12 | * @template T instance of Reflector  | 
            ||
| 13 | *  | 
            ||
| 14 | * @param object $attribute  | 
            ||
| 15 | * @param T $reflectionTarget  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 16 | */  | 
            ||
| 17 | 2 | public function __construct(  | 
            |
| 21 | }  | 
            ||
| 22 | |||
| 23 | // Getters  | 
            ||
| 24 | 2 | public function getAttribute(): object  | 
            |
| 27 | }  | 
            ||
| 28 | |||
| 29 | /**  | 
            ||
| 30 | * @psalm-template T of Reflector  | 
            ||
| 31 | *  | 
            ||
| 32 | * @psalm-return T  | 
            ||
| 33 | *  | 
            ||
| 34 | * @return Reflector  | 
            ||
| 35 | */  | 
            ||
| 36 | 1 | public function getReflectionTarget(): Reflector  | 
            |
| 41 | 
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