We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d350c8 commit 8fe728cCopy full SHA for 8fe728c
src/Storage.php
@@ -24,7 +24,7 @@ interface Storage
24
/**
25
* Get a translation. If no translation is found, null MUST be returned.
26
*/
27
- public function get(string $locale, string $domain, string $key): MessageInterface;
+ public function get(string $locale, string $domain, string $key): ?MessageInterface;
28
29
30
* Create a new translation or asset. If a translation already exist this function
0 commit comments