We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8142a3e commit 74f2b17Copy full SHA for 74f2b17
src/AccessToken/Verify.php
@@ -60,7 +60,7 @@ class Verify
60
/**
61
* @var \Firebase\JWT\JWT
62
*/
63
- public $jwt;
+ public JWT $jwt;
64
65
66
* Instantiates the class, but does not initiate the login flow, leaving it
@@ -69,7 +69,7 @@ class Verify
69
public function __construct(
70
?ClientInterface $http = null,
71
?CacheItemPoolInterface $cache = null,
72
- ?string $jwt = null
+ ?JWT $jwt = null
73
) {
74
if (null === $http) {
75
$http = new Client();
0 commit comments