@@ -19,5 +19,8 @@ |
||
19 | 19 | |
20 | 20 | interface LocaleInterface extends ResourceInterface, CodeAwareInterface, TimestampableInterface |
21 | 21 | { |
22 | + /** |
|
23 | + * @return string|null |
|
24 | + */ |
|
22 | 25 | public function getName(?string $locale = null): ?string; |
23 | 26 | } |