From 52749c0c70c702e960550b80378d1ddd80a361ee Mon Sep 17 00:00:00 2001 From: Ahmed Ateeq Date: Thu, 7 Sep 2023 10:39:57 +1000 Subject: [PATCH] Update Unit tests --- tests/Form/Type/DynamicFieldsTypeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Form/Type/DynamicFieldsTypeTest.php b/tests/Form/Type/DynamicFieldsTypeTest.php index 6e30c26..23f117e 100644 --- a/tests/Form/Type/DynamicFieldsTypeTest.php +++ b/tests/Form/Type/DynamicFieldsTypeTest.php @@ -41,7 +41,7 @@ protected function setUp(): void /** * @param string[] $parameters this is for phpstan */ - public function trans(string $id, array $parameters = [], string $domain = null, string $locale = null) + public function trans(string $id, array $parameters = [], string $domain = null, string $locale = null): string { return $id; }