Skip to content

Test adjustments, missing the setValue/getValue changes now. #4

Test adjustments, missing the setValue/getValue changes now.

Test adjustments, missing the setValue/getValue changes now. #4

Triggered via push October 9, 2024 21:52
Status Failure
Total duration 49s
Artifacts
Matrix: Static Analysis with PHPStan
Matrix: Static Analysis with Psalm
Fit to window
Zoom out
Zoom in

Annotations

32 errors and 5 warnings
PossiblyNullReference: 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)
UndefinedMethod: src/Proxy/ProxyFactory.php#L172
src/Proxy/ProxyFactory.php:172:49: UndefinedMethod: Method ReflectionClass::newLazyGhost does not exist (see https://psalm.dev/022)
MissingClosureParamType: src/Proxy/ProxyFactory.php#L172
src/Proxy/ProxyFactory.php:172:79: MissingClosureParamType: Parameter $object has no provided type (see https://psalm.dev/153)
PossiblyNullReference: 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)
UndefinedMethod: src/Proxy/ProxyFactory.php#L177
src/Proxy/ProxyFactory.php:177:55: UndefinedMethod: Method ReflectionProperty::setRawValueWithoutLazyInitialization does not exist (see https://psalm.dev/022)
UndefinedMethod: src/Proxy/ProxyFactory.php#L193
src/Proxy/ProxyFactory.php:193:32: UndefinedMethod: Method ReflectionProperty::skipLazyInitialization does not exist (see https://psalm.dev/022)
PossiblyNullReference: src/UnitOfWork.php#L2389
src/UnitOfWork.php:2389:40: PossiblyNullReference: Cannot call method markLazyObjectAsInitialized on possibly null value (see https://psalm.dev/083)
UndefinedMethod: src/UnitOfWork.php#L2389
src/UnitOfWork.php:2389:40: UndefinedMethod: Method ReflectionClass::markLazyObjectAsInitialized does not exist (see https://psalm.dev/022)
UndefinedMethod: src/UnitOfWork.php#L3052
src/UnitOfWork.php:3052:26: UndefinedMethod: Method ReflectionObject::initializeLazyObject does not exist (see https://psalm.dev/022)
PossiblyNullReference: src/UnitOfWork.php#L3064
src/UnitOfWork.php:3064:77: PossiblyNullReference: Cannot call method isUninitializedLazyObject on possibly null value (see https://psalm.dev/083)
Static Analysis with Psalm (3.8.2)
The job was canceled because "default" failed.
PossiblyNullReference: 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)
UndefinedMethod: src/Proxy/ProxyFactory.php#L172
src/Proxy/ProxyFactory.php:172:49: UndefinedMethod: Method ReflectionClass::newLazyGhost does not exist (see https://psalm.dev/022)
MissingClosureParamType: src/Proxy/ProxyFactory.php#L172
src/Proxy/ProxyFactory.php:172:79: MissingClosureParamType: Parameter $object has no provided type (see https://psalm.dev/153)
PossiblyNullReference: 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)
UndefinedMethod: src/Proxy/ProxyFactory.php#L177
src/Proxy/ProxyFactory.php:177:55: UndefinedMethod: Method ReflectionProperty::setRawValueWithoutLazyInitialization does not exist (see https://psalm.dev/022)
UndefinedMethod: src/Proxy/ProxyFactory.php#L193
src/Proxy/ProxyFactory.php:193:32: UndefinedMethod: Method ReflectionProperty::skipLazyInitialization does not exist (see https://psalm.dev/022)
PossiblyNullReference: src/UnitOfWork.php#L2389
src/UnitOfWork.php:2389:40: PossiblyNullReference: Cannot call method markLazyObjectAsInitialized on possibly null value (see https://psalm.dev/083)
UndefinedMethod: src/UnitOfWork.php#L2389
src/UnitOfWork.php:2389:40: UndefinedMethod: Method ReflectionClass::markLazyObjectAsInitialized does not exist (see https://psalm.dev/022)
UndefinedMethod: src/UnitOfWork.php#L3052
src/UnitOfWork.php:3052:26: UndefinedMethod: Method ReflectionObject::initializeLazyObject does not exist (see https://psalm.dev/022)
PossiblyNullReference: src/UnitOfWork.php#L3064
src/UnitOfWork.php:3064:77: PossiblyNullReference: Cannot call method isUninitializedLazyObject on possibly null value (see https://psalm.dev/083)
Static Analysis with PHPStan (default, phpstan.neon): src/Proxy/ProxyFactory.php#L193
Call to an undefined method ReflectionProperty::skipLazyInitialization().
Static Analysis with PHPStan (default, phpstan.neon): src/UnitOfWork.php#L2389
Call to an undefined method ReflectionClass<object>::markLazyObjectAsInitialized().
Static Analysis with PHPStan (default, phpstan.neon): src/UnitOfWork.php#L3052
Call to an undefined method ReflectionObject::initializeLazyObject().
Static Analysis with PHPStan (default, phpstan.neon): src/UnitOfWork.php#L3064
Call to an undefined method ReflectionClass<object>::isUninitializedLazyObject().
Static Analysis with PHPStan (default, phpstan.neon)
Process completed with exit code 1.
Static Analysis with PHPStan (3.8.2, phpstan-dbal3.neon)
The job was canceled because "default_phpstan_neon" failed.
Static Analysis with PHPStan (3.8.2, phpstan-dbal3.neon): src/Proxy/ProxyFactory.php#L193
Call to an undefined method ReflectionProperty::skipLazyInitialization().
Static Analysis with PHPStan (3.8.2, phpstan-dbal3.neon): src/UnitOfWork.php#L2389
Call to an undefined method ReflectionClass<object>::markLazyObjectAsInitialized().
Static Analysis with PHPStan (3.8.2, phpstan-dbal3.neon): src/UnitOfWork.php#L3052
Call to an undefined method ReflectionObject::initializeLazyObject().
Static Analysis with PHPStan (3.8.2, phpstan-dbal3.neon): src/UnitOfWork.php#L3064
Call to an undefined method ReflectionClass<object>::isUninitializedLazyObject().
Static Analysis with PHPStan (3.8.2, phpstan-dbal3.neon)
The operation was canceled.
Static Analysis with Psalm (default)
The process '/usr/bin/git' failed with exit code 128
Static Analysis with Psalm (3.8.2)
The process '/usr/bin/git' failed with exit code 128
Static Analysis with PHPStan (default, phpstan.neon)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Static Analysis with PHPStan (default, phpstan.neon)
The process '/usr/bin/git' failed with exit code 128
Static Analysis with PHPStan (3.8.2, phpstan-dbal3.neon)
The process '/usr/bin/git' failed with exit code 128