Skip to content

Commit 400dc11

Browse files
committed
Remove nullable from self::$expire to fix phpstan issue
1 parent d6ced46 commit 400dc11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)