Skip to content

Commit a8a7909

Browse files
authored
Update src/AccessToken/Verify.php
1 parent 74f2b17 commit a8a7909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AccessToken/Verify.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Verify
6060
/**
6161
* @var \Firebase\JWT\JWT
6262
*/
63-
public JWT $jwt;
63+
public $jwt;
6464

6565
/**
6666
* Instantiates the class, but does not initiate the login flow, leaving it

0 commit comments

Comments
 (0)