Skip to content

Commit 1f40e77

Browse files
[Contracts] Add missing return types
1 parent 42f348c commit 1f40e77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LocaleAwareInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ interface LocaleAwareInterface
1616
/**
1717
* Sets the current locale.
1818
*
19+
* @return void
20+
*
1921
* @throws \InvalidArgumentException If the locale contains invalid characters
2022
*/
2123
public function setLocale(string $locale);

0 commit comments

Comments
 (0)