Skip to content

Commit d26af8f

Browse files
committed
phpstan fix
1 parent 9c989d8 commit d26af8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/idp/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
\Lcobucci\JWT\Signer\Key\InMemory::plainText($keys['privateKey']
6767
));
6868

69+
$token = $jwtConfig->parser()->parse($_GET['request']);
6970
if (isset($_GET['nonce'])) {
7071
$_SESSION['nonce'] = $_GET['nonce'];
7172
} else if (isset($_GET['request'])) {
72-
$token = $jwtConfig->parser()->parse($_GET['request']);
7373
$_SESSION['nonce'] = $token->claims()->get('nonce');
7474
}
7575

0 commit comments

Comments
 (0)