chore(deps): update dependency vimeo/psalm to v5.14.1 #3001
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
continuous-integration-optional.yml
on: push
Validate Api Platform composer.lock
11s
Lint: API (psalm)
48s
Lint: API (phpstan)
37s
API: validate migrations
1m 7s
Annotations
3 errors
InvalidReturnType:
src/Serializer/Normalizer/Error/TranslationInfoOfConstraintViolation.php#L18
src/Serializer/Normalizer/Error/TranslationInfoOfConstraintViolation.php:18:66: InvalidReturnType: The declared return type 'array<array-key, mixed>' for App\Serializer\Normalizer\Error\TranslationInfoOfConstraintViolation::removeCurlyBraces is incorrect, got 'array<array<array-key, string>|string, mixed>' (see https://psalm.dev/011)
|
InvalidReturnStatement:
src/Serializer/Normalizer/Error/TranslationInfoOfConstraintViolation.php#L26
src/Serializer/Normalizer/Error/TranslationInfoOfConstraintViolation.php:26:16: InvalidReturnStatement: The inferred type 'array<array<array-key, string>|string, mixed>' does not match the declared return type 'array<array-key, mixed>' for App\Serializer\Normalizer\Error\TranslationInfoOfConstraintViolation::removeCurlyBraces (see https://psalm.dev/128)
|
Lint: API (psalm)
Process completed with exit code 2.
|