Prototype for ReflectionClass::newLazyGhost #7703
Annotations
10 errors and 1 warning
Run a static analysis with vimeo/psalm:
src/Proxy/ProxyFactory.php#L208
src/Proxy/ProxyFactory.php:208:63: ArgumentTypeCoercion: Argument 1 of Doctrine\ORM\UnitOfWork::getEntityPersister expects class-string, but parent type string provided (see https://psalm.dev/193)
|
Run a static analysis with vimeo/psalm:
src/Proxy/ProxyFactory.php#L210
src/Proxy/ProxyFactory.php:210:49: PossiblyNullReference: Cannot call method newLazyGhost on possibly null value (see https://psalm.dev/083)
|
Run a static analysis with vimeo/psalm:
src/Proxy/ProxyFactory.php#L210
src/Proxy/ProxyFactory.php:210:49: UndefinedMethod: Method ReflectionClass::newLazyGhost does not exist (see https://psalm.dev/022)
|
Run a static analysis with vimeo/psalm:
src/Proxy/ProxyFactory.php#L210
src/Proxy/ProxyFactory.php:210:72: MissingClosureParamType: Parameter $object has no provided type (see https://psalm.dev/153)
|
Run a static analysis with vimeo/psalm:
src/Proxy/ProxyFactory.php#L219
src/Proxy/ProxyFactory.php:219:55: PossiblyNullReference: Cannot call method setRawValueWithoutLazyInitialization on possibly null value (see https://psalm.dev/083)
|
Run a static analysis with vimeo/psalm:
src/Proxy/ProxyFactory.php#L219
src/Proxy/ProxyFactory.php:219:55: UndefinedMethod: Method ReflectionProperty::setRawValueWithoutLazyInitialization does not exist (see https://psalm.dev/022)
|
Run a static analysis with vimeo/psalm:
src/UnitOfWork.php#L822
src/UnitOfWork.php:822:60: PossiblyNullReference: Cannot call method setRawValueWithoutLazyInitialization on possibly null value (see https://psalm.dev/083)
|
Run a static analysis with vimeo/psalm:
src/UnitOfWork.php#L822
src/UnitOfWork.php:822:60: UndefinedMethod: Method ReflectionProperty::setRawValueWithoutLazyInitialization does not exist (see https://psalm.dev/022)
|
Run a static analysis with vimeo/psalm:
src/UnitOfWork.php#L2962
src/UnitOfWork.php:2962:40: PossiblyNullReference: Cannot call method markLazyObjectAsInitialized on possibly null value (see https://psalm.dev/083)
|
Run a static analysis with vimeo/psalm:
src/UnitOfWork.php#L2962
src/UnitOfWork.php:2962:40: UndefinedMethod: Method ReflectionClass::markLazyObjectAsInitialized does not exist (see https://psalm.dev/022)
|
Post Checkout code
The process '/usr/bin/git' failed with exit code 128
|
Loading