Skip to content

add proxy methods to EnumReflectionProperty #596

add proxy methods to EnumReflectionProperty

add proxy methods to EnumReflectionProperty #596

Re-run triggered March 10, 2024 16:15
Status Failure
Total duration 26s
Artifacts

static-analysis.yml

on: pull_request
Matrix: Static Analysis / PHPStan
Matrix: Static Analysis / Psalm
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
MissingImmutableAnnotation: 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)
MissingImmutableAnnotation: 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)
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/.