Skip to content

Commit ff6919e

Browse files
committed
Remove nullable from self:: to fix phpstan issue
1 parent d6ced46 commit ff6919e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LocalesResolvers/Cookie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Cookie implements ResolverInterface
1111

1212
public static string $parameter = 'locale';
1313

14-
public static ?string $expire = '+1 year';
14+
public static string $expire = '+1 year';
1515

1616
private IRequest $httpRequest;
1717

0 commit comments

Comments
 (0)