Skip to content

Commit

Permalink
Suppress Psalm errors
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 19, 2024
1 parent baf1da0 commit 4e6e96d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Setono\SyliusShipmondoPlugin;

/** @psalm-suppress UndefinedClass,MixedArgument */
if (!\function_exists(formatAmount::class)) {
function formatAmount(int $amount): string
{
Expand Down

0 comments on commit 4e6e96d

Please sign in to comment.