We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f2b17 commit a8a7909Copy full SHA for a8a7909
src/AccessToken/Verify.php
@@ -60,7 +60,7 @@ class Verify
60
/**
61
* @var \Firebase\JWT\JWT
62
*/
63
- public JWT $jwt;
+ public $jwt;
64
65
66
* Instantiates the class, but does not initiate the login flow, leaving it
0 commit comments