Skip to content

Commit 4af9906

Browse files
committed
Account for the fact that ttl might not be set
1 parent fb02144 commit 4af9906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Firebase/AppCheck/AppCheckTokenOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/**
1010
* @phpstan-type AppCheckTokenOptionsShape array{
11-
* ttl: int|null,
11+
* ttl?: int|null,
1212
* }
1313
*/
1414
final class AppCheckTokenOptions

0 commit comments

Comments
 (0)