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 4579fe5 commit aa26bb1Copy full SHA for aa26bb1
README.md
@@ -164,7 +164,7 @@ use Esign\TranslationLoader\Contracts\TranslationLoaderContract;
164
165
class MyTranslationsLoader implements TranslationLoaderContract
166
{
167
- public function loadTranslations(string $locale, string $group, string $namespace = null): array
+ public function loadTranslations(string $locale, string $group, ?string $namespace = null): array
168
169
// Your implementation here
170
}
0 commit comments