Bump doctrine/.github from 3.0.0 to 5.0.1 #602
static-analysis.yml
on: pull_request
Matrix: Static Analysis / PHPStan
Matrix: Static Analysis / Psalm
Annotations
6 errors
ArgumentTypeCoercion:
src/Persistence/Mapping/AbstractClassMetadataFactory.php#L343
src/Persistence/Mapping/AbstractClassMetadataFactory.php:343:70: ArgumentTypeCoercion: Argument 4 of Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::doLoadMetadata expects list<class-string>, but parent type array<0, class-string> provided (see https://psalm.dev/193)
|
ImpureMethodCall:
src/Persistence/Reflection/EnumReflectionProperty.php#L42
src/Persistence/Reflection/EnumReflectionProperty.php:42:51: ImpureMethodCall: Cannot call a possibly-mutating method ReflectionProperty::getDeclaringClass from a mutation-free context (see https://psalm.dev/203)
|
ImpureMethodCall:
src/Persistence/Reflection/EnumReflectionProperty.php#L52
src/Persistence/Reflection/EnumReflectionProperty.php:52:51: ImpureMethodCall: Cannot call a possibly-mutating method ReflectionProperty::getName from a mutation-free context (see https://psalm.dev/203)
|
ImpureMethodCall:
src/Persistence/Reflection/EnumReflectionProperty.php#L159
src/Persistence/Reflection/EnumReflectionProperty.php:159:51: ImpureMethodCall: Cannot call a possibly-mutating method ReflectionProperty::getModifiers from a mutation-free context (see https://psalm.dev/203)
|
ImpureMethodCall:
src/Persistence/Reflection/EnumReflectionProperty.php#L169
src/Persistence/Reflection/EnumReflectionProperty.php:169:51: ImpureMethodCall: Cannot call a possibly-mutating method ReflectionProperty::getDocComment from a mutation-free context (see https://psalm.dev/203)
|
Static Analysis / Psalm (8.3)
Process completed with exit code 2.
|