Add support for ReflectionClass::newLazyGhost of PHP 8.4 #7749
Annotations
10 errors and 1 warning
Run static analysis with Vimeo Psalm:
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)
|
Run static analysis with Vimeo Psalm:
src/Proxy/ProxyFactory.php#L172
src/Proxy/ProxyFactory.php:172:49: UndefinedMethod: Method ReflectionClass::newLazyGhost does not exist (see https://psalm.dev/022)
|
Run static analysis with Vimeo Psalm:
src/Proxy/ProxyFactory.php#L172
src/Proxy/ProxyFactory.php:172:79: MissingClosureParamType: Parameter $object has no provided type (see https://psalm.dev/153)
|
Run static analysis with Vimeo Psalm:
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)
|
Run static analysis with Vimeo Psalm:
src/Proxy/ProxyFactory.php#L177
src/Proxy/ProxyFactory.php:177:55: UndefinedMethod: Method ReflectionProperty::setRawValueWithoutLazyInitialization does not exist (see https://psalm.dev/022)
|
Run static analysis with Vimeo Psalm:
src/Proxy/ProxyFactory.php#L193
src/Proxy/ProxyFactory.php:193:32: UndefinedMethod: Method ReflectionProperty::skipLazyInitialization does not exist (see https://psalm.dev/022)
|
Run static analysis with Vimeo Psalm:
src/UnitOfWork.php#L2387
src/UnitOfWork.php:2387:40: PossiblyNullReference: Cannot call method markLazyObjectAsInitialized on possibly null value (see https://psalm.dev/083)
|
Run static analysis with Vimeo Psalm:
src/UnitOfWork.php#L2387
src/UnitOfWork.php:2387:40: UndefinedMethod: Method ReflectionClass::markLazyObjectAsInitialized does not exist (see https://psalm.dev/022)
|
Run static analysis with Vimeo Psalm:
src/UnitOfWork.php#L3049
src/UnitOfWork.php:3049:26: UndefinedMethod: Method ReflectionObject::initializeLazyObject does not exist (see https://psalm.dev/022)
|
Run static analysis with Vimeo Psalm:
src/UnitOfWork.php#L3061
src/UnitOfWork.php:3061:77: PossiblyNullReference: Cannot call method isUninitializedLazyObject on possibly null value (see https://psalm.dev/083)
|
Post Checkout code
The process '/usr/bin/git' failed with exit code 128
|
Loading