Skip to content

Commit 73539c2

Browse files
wouterjnicolas-grekas
authored andcommitted
Add void return types
1 parent d10e065 commit 73539c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TranslatorTrait.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ trait TranslatorTrait
2222
{
2323
private ?string $locale = null;
2424

25+
/**
26+
* @return void
27+
*/
2528
public function setLocale(string $locale)
2629
{
2730
$this->locale = $locale;

0 commit comments

Comments
 (0)