Skip to content

Commit

Permalink
Merge pull request #22 from On5-Repos/main
Browse files Browse the repository at this point in the history
Update Unit tests
  • Loading branch information
craigh committed Sep 7, 2023
2 parents 5fa2b8f + 52749c0 commit ce3b936
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 ce3b936

Please sign in to comment.