Skip to content

Commit

Permalink
Fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
mustanggb authored Feb 25, 2024
1 parent f8a92df commit 9207ec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Form/DataTransformer/CurrencyToArrayTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class CurrencyToArrayTransformer implements DataTransformerInterface
{
/**
* {@inheritdoc}
*
* @param mixed $value
*/
public function transform(mixed $value): ?array
{
Expand Down

0 comments on commit 9207ec7

Please sign in to comment.