add proxy methods to EnumReflectionProperty #596
Annotations
3 errors and 1 warning
Run a static analysis with vimeo/psalm:
src/Persistence/Reflection/EnumReflectionProperty.php#L152
src/Persistence/Reflection/EnumReflectionProperty.php:152:5: MissingImmutableAnnotation: ReflectionProperty::getModifiers is marked @psalm-immutable, but Doctrine\Persistence\Reflection\EnumReflectionProperty::getModifiers is not marked @psalm-immutable (see https://psalm.dev/213)
|
Run a static analysis with vimeo/psalm:
src/Persistence/Reflection/EnumReflectionProperty.php#L157
src/Persistence/Reflection/EnumReflectionProperty.php:157:5: MissingImmutableAnnotation: ReflectionProperty::getDocComment is marked @psalm-immutable, but Doctrine\Persistence\Reflection\EnumReflectionProperty::getDocComment 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