From 76a94ba21bd649adbcbe3d5b0646cadb8da3d458 Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Mon, 12 Aug 2024 20:37:12 +0200 Subject: [PATCH] remove useless typehint --- src/MoneyFactory.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MoneyFactory.php b/src/MoneyFactory.php index 7f641016..d42de997 100644 --- a/src/MoneyFactory.php +++ b/src/MoneyFactory.php @@ -571,7 +571,6 @@ trait MoneyFactory * $fiveDollar = Money::USD(500); * * - * @param array $arguments * @psalm-param non-empty-string $method * @psalm-param array{numeric-string|int} $arguments *