Skip to content

Commit 4bbda01

Browse files
[Contracts] Add missing return types
1 parent 0e05ea7 commit 4bbda01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Validator/Type/UploadValidatorExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function trans($id, array $parameters = [], $domain = null, $locale = nul
4242
return 'translated max {{ max }}!';
4343
}
4444

45-
public function setLocale($locale)
45+
public function setLocale($locale): void
4646
{
4747
}
4848

0 commit comments

Comments
 (0)