| Total Complexity | 5 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class ObjectPropertyProxy implements ProxyInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var T |
||
|
|
|||
| 16 | */ |
||
| 17 | protected object $object; |
||
| 18 | protected string $propertyName; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param T $object |
||
| 22 | * @param string $propertyName |
||
| 23 | */ |
||
| 24 | public function __construct(object $object, string $propertyName) |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return mixed |
||
| 32 | */ |
||
| 33 | public function getValue() |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @param mixed $value |
||
| 44 | * @return void |
||
| 45 | */ |
||
| 46 | public function setValue($value): void |
||
| 55 |
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