Add missing proxy methods #589
static-analysis.yml
on: pull_request
Matrix: Static Analysis / PHPStan
Matrix: Static Analysis / Psalm
Annotations
4 errors and 2 warnings
MissingImmutableAnnotation:
src/Persistence/Reflection/EnumReflectionProperty.php#L40
src/Persistence/Reflection/EnumReflectionProperty.php:40:5: MissingImmutableAnnotation: ReflectionProperty::getDeclaringClass is marked @psalm-immutable, but Doctrine\Persistence\Reflection\EnumReflectionProperty::getDeclaringClass is not marked @psalm-immutable (see https://psalm.dev/213)
|
MissingImmutableAnnotation:
src/Persistence/Reflection/EnumReflectionProperty.php#L50
src/Persistence/Reflection/EnumReflectionProperty.php:50:5: MissingImmutableAnnotation: ReflectionProperty::getName is marked @psalm-immutable, but Doctrine\Persistence\Reflection\EnumReflectionProperty::getName is not marked @psalm-immutable (see https://psalm.dev/213)
|
MissingImmutableAnnotation:
src/Persistence/Reflection/EnumReflectionProperty.php#L60
src/Persistence/Reflection/EnumReflectionProperty.php:60:5: MissingImmutableAnnotation: ReflectionProperty::getType is marked @psalm-immutable, but Doctrine\Persistence\Reflection\EnumReflectionProperty::getType is not marked @psalm-immutable (see https://psalm.dev/213)
|
Static Analysis / Psalm (8.2)
Process completed with exit code 2.
|
Static Analysis / Psalm (8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static Analysis / PHPStan (8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|