Skip to content

Commit 0c0f2e0

Browse files
authored
Data collector messages (#152)
* New colors + new template organization * DataCollector updated * JWE/JWS event collections * Header/Claim check events
1 parent 108d108 commit 0c0f2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RSA.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function getKeyManagementMode(): string
4848
return self::MODE_ENCRYPT;
4949
}
5050

51-
protected function checkKey(JWK $key)
51+
protected function checkKey(JWK $key): void
5252
{
5353
if (!\in_array($key->get('kty'), $this->allowedKeyTypes(), true)) {
5454
throw new \InvalidArgumentException('Wrong key type.');

0 commit comments

Comments
 (0)