Skip to content

Commit 949dfaa

Browse files
[Contracts] Add missing return types
1 parent 82c00e6 commit 949dfaa

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Service/ResetInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
*/
2727
interface ResetInterface
2828
{
29+
/**
30+
* @return void
31+
*/
2932
public function reset();
3033
}

Translation/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)