Skip to content

Commit

Permalink
Update Unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
On5-Repos committed Sep 7, 2023
1 parent 5fa2b8f commit 52749c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Form/Type/DynamicFieldsTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 52749c0

Please sign in to comment.