Skip to content

Fix psalm errors

Fix psalm errors #81

Triggered via pull request February 25, 2024 15:11
Status Failure
Total duration 54s
Artifacts

code_checks.yaml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

14 errors
MissingTemplateParam: src/Form/DataTransformer/CurrencyToArrayTransformer.php#L17
src/Form/DataTransformer/CurrencyToArrayTransformer.php:17:45: MissingTemplateParam: Tbbc\MoneyBundle\Form\DataTransformer\CurrencyToArrayTransformer has missing template params when extending Symfony\Component\Form\DataTransformerInterface, expecting 2 (see https://psalm.dev/182)
MissingTemplateParam: src/Form/DataTransformer/MoneyToArrayTransformer.php#L16
src/Form/DataTransformer/MoneyToArrayTransformer.php:16:42: MissingTemplateParam: Tbbc\MoneyBundle\Form\DataTransformer\MoneyToArrayTransformer has missing template params when extending Symfony\Component\Form\DataTransformerInterface, expecting 2 (see https://psalm.dev/182)
MissingParamType: src/Form/DataTransformer/MoneyToArrayTransformer.php#L30
src/Form/DataTransformer/MoneyToArrayTransformer.php:30:31: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
ArgumentTypeCoercion: src/Form/DataTransformer/MoneyToArrayTransformer.php#L73
src/Form/DataTransformer/MoneyToArrayTransformer.php:73:38: ArgumentTypeCoercion: Argument 1 of Money\Currency::__construct expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
MissingParamType: src/Form/DataTransformer/SimpleMoneyToArrayTransformer.php#L24
src/Form/DataTransformer/SimpleMoneyToArrayTransformer.php:24:31: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
InvalidReturnStatement: src/Form/DataTransformer/SimpleMoneyToArrayTransformer.php#L32
src/Form/DataTransformer/SimpleMoneyToArrayTransformer.php:32:16: InvalidReturnStatement: The inferred type 'array{tbbc_amount: string}' does not match the declared return type 'array{tbbc_amount: string, tbbc_currency: Money\Currency}|null' for Tbbc\MoneyBundle\Form\DataTransformer\SimpleMoneyToArrayTransformer::transform (see https://psalm.dev/128)
PossiblyUndefinedArrayOffset: src/Type/MoneyType.php#L41
src/Type/MoneyType.php:41:25: PossiblyUndefinedArrayOffset: Possibly undefined array key (see https://psalm.dev/167)
ArgumentTypeCoercion: src/Type/MoneyType.php#L47
src/Type/MoneyType.php:47:26: ArgumentTypeCoercion: Argument 1 of Money\Money::__construct expects int|numeric-string, but parent type non-empty-string provided (see https://psalm.dev/193)
psalm
Process completed with exit code 2.
PHP 8.1 - 5.4.* - prefer-lowest
Process completed with exit code 1.
PHP 8.1 - 5.4.* - prefer-stable
Process completed with exit code 1.
PHP 8.1 - 6.4.* - prefer-stable
Process completed with exit code 1.
PHP 8.2 - 7.0.* - prefer-stable
Process completed with exit code 1.
PHP 8.3 - 7.0.* - prefer-stable
Process completed with exit code 1.