Test adjustments, missing the setValue/getValue changes now. #4
Annotations
11 errors and 1 warning
|
src/Proxy/ProxyFactory.php#L172
src/Proxy/ProxyFactory.php:172:49: PossiblyNullReference: Cannot call method newLazyGhost on possibly null value (see https://psalm.dev/083)
|
src/Proxy/ProxyFactory.php#L172
src/Proxy/ProxyFactory.php:172:49: UndefinedMethod: Method ReflectionClass::newLazyGhost does not exist (see https://psalm.dev/022)
|
src/Proxy/ProxyFactory.php#L172
src/Proxy/ProxyFactory.php:172:79: MissingClosureParamType: Parameter $object has no provided type (see https://psalm.dev/153)
|
src/Proxy/ProxyFactory.php#L177
src/Proxy/ProxyFactory.php:177:55: PossiblyNullReference: Cannot call method setRawValueWithoutLazyInitialization on possibly null value (see https://psalm.dev/083)
|
src/Proxy/ProxyFactory.php#L177
src/Proxy/ProxyFactory.php:177:55: UndefinedMethod: Method ReflectionProperty::setRawValueWithoutLazyInitialization does not exist (see https://psalm.dev/022)
|
src/Proxy/ProxyFactory.php#L193
src/Proxy/ProxyFactory.php:193:32: UndefinedMethod: Method ReflectionProperty::skipLazyInitialization does not exist (see https://psalm.dev/022)
|
src/UnitOfWork.php#L2389
src/UnitOfWork.php:2389:40: PossiblyNullReference: Cannot call method markLazyObjectAsInitialized on possibly null value (see https://psalm.dev/083)
|
src/UnitOfWork.php#L2389
src/UnitOfWork.php:2389:40: UndefinedMethod: Method ReflectionClass::markLazyObjectAsInitialized does not exist (see https://psalm.dev/022)
|
src/UnitOfWork.php#L3052
src/UnitOfWork.php:3052:26: UndefinedMethod: Method ReflectionObject::initializeLazyObject does not exist (see https://psalm.dev/022)
|
src/UnitOfWork.php#L3064
src/UnitOfWork.php:3064:77: PossiblyNullReference: Cannot call method isUninitializedLazyObject on possibly null value (see https://psalm.dev/083)
|
|
This job failed
Loading