We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108d108 commit 0c0f2e0Copy full SHA for 0c0f2e0
RSA.php
@@ -48,7 +48,7 @@ public function getKeyManagementMode(): string
48
return self::MODE_ENCRYPT;
49
}
50
51
- protected function checkKey(JWK $key)
+ protected function checkKey(JWK $key): void
52
{
53
if (!\in_array($key->get('kty'), $this->allowedKeyTypes(), true)) {
54
throw new \InvalidArgumentException('Wrong key type.');
0 commit comments