We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8142a3e commit 31a9861Copy full SHA for 31a9861
src/AccessToken/Verify.php
@@ -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