Add missing proxy methods #586
Annotations
4 errors and 1 warning
Run a static analysis with vimeo/psalm:
src/Persistence/Reflection/EnumReflectionProperty.php#L36
src/Persistence/Reflection/EnumReflectionProperty.php:36:5: MissingImmutableAnnotation: ReflectionProperty::getDeclaringClass is marked @psalm-immutable, but Doctrine\Persistence\Reflection\EnumReflectionProperty::getDeclaringClass is not marked @psalm-immutable (see https://psalm.dev/213)
|
Run a static analysis with vimeo/psalm:
src/Persistence/Reflection/EnumReflectionProperty.php#L42
src/Persistence/Reflection/EnumReflectionProperty.php:42:5: MissingImmutableAnnotation: ReflectionProperty::getName is marked @psalm-immutable, but Doctrine\Persistence\Reflection\EnumReflectionProperty::getName is not marked @psalm-immutable (see https://psalm.dev/213)
|
Run a static analysis with vimeo/psalm:
src/Persistence/Reflection/EnumReflectionProperty.php#L48
src/Persistence/Reflection/EnumReflectionProperty.php:48:5: MissingImmutableAnnotation: ReflectionProperty::getType is marked @psalm-immutable, but Doctrine\Persistence\Reflection\EnumReflectionProperty::getType is not marked @psalm-immutable (see https://psalm.dev/213)
|
Run a static analysis with vimeo/psalm
Process completed with exit code 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/.
|
Loading