Skip to content

Commit 1191ea6

Browse files
author
Evan Sims
committed
Bump dependencies and update test suite for PHP >= 8.0.0
1 parent e89127a commit 1191ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Token/Verifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ private function getKeySet(
184184
$jwksUri = parse_url($this->jwksUri);
185185

186186
// @phpstan-ignore-next-line
187-
if (! is_string($jwksCacheKey) || ! is_array($jwksUri)) {
187+
if (! $jwksCacheKey || ! is_array($jwksUri)) {
188188
return [];
189189
}
190190

0 commit comments

Comments
 (0)