Skip to content

Commit 339c5e9

Browse files
committed
fix phpstan
1 parent 09bbd40 commit 339c5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JWT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class JWT
4646
* Useful for fixing a value within unit testing.
4747
* Will default to PHP time() value if null.
4848
*
49-
* @var int
49+
* @var ?int
5050
*/
5151
public static $timestamp = null;
5252

0 commit comments

Comments
 (0)