Skip to content

Commit 9027e70

Browse files
committed
Suppress psalm ArgumentTypeCoercion warning
1 parent 01cb611 commit 9027e70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Server/Validators/BearerTokenValidator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public function setPublicKey(CryptKey $key): void
7272
*/
7373
protected function initJwtConfiguration(): void
7474
{
75+
/** @psalm-suppress ArgumentTypeCoercion */
7576
$this->jwtConfiguration = Configuration::forSymmetricSigner(
7677
$this->moduleConfig->getProtocolSigner(),
7778
InMemory::plainText('empty', 'empty'),

0 commit comments

Comments
 (0)