Skip to content

Commit 31a9861

Browse files
jose-ochoabshaffer
andauthored
fix: correct type for jwt constructor arg (#2648)
Co-authored-by: Brent Shaffer <[email protected]>
1 parent 8142a3e commit 31a9861

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
@@ -69,7 +69,7 @@ class Verify
6969
public function __construct(
7070
?ClientInterface $http = null,
7171
?CacheItemPoolInterface $cache = null,
72-
?string $jwt = null
72+
?JWT $jwt = null
7373
) {
7474
if (null === $http) {
7575
$http = new Client();

0 commit comments

Comments
 (0)