Skip to content

Commit aa26bb1

Browse files
docs: replace deprecated nullable type declaration
1 parent 4579fe5 commit aa26bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ use Esign\TranslationLoader\Contracts\TranslationLoaderContract;
164164

165165
class MyTranslationsLoader implements TranslationLoaderContract
166166
{
167-
public function loadTranslations(string $locale, string $group, string $namespace = null): array
167+
public function loadTranslations(string $locale, string $group, ?string $namespace = null): array
168168
{
169169
// Your implementation here
170170
}

0 commit comments

Comments
 (0)