Skip to content

Commit 7dfbb4a

Browse files
committed
Suppress psalm TooManyArguments for compatibility
1 parent 756f153 commit 7dfbb4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AbstractTokenVerifier.php

+3
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ protected function decrypt(string $jwt): string
193193
return $this->decrypter->decrypt($jwt) ?? '{}';
194194
}
195195

196+
/**
197+
* @psalm-suppress TooManyArguments
198+
*/
196199
protected function create(string $jwt): Validate
197200
{
198201
$mandatoryClaims = [];

0 commit comments

Comments
 (0)