@@ -54,7 +54,7 @@ |
||
54 | 54 | } |
55 | 55 | |
56 | 56 | /** |
57 | - * @param $data |
|
57 | + * @param string $data |
|
58 | 58 | * |
59 | 59 | * @throws \Exception |
60 | 60 | * @throws \FG\ASN1\Exception\ParserException |
@@ -68,6 +68,8 @@ |
||
68 | 68 | |
69 | 69 | /** |
70 | 70 | * {@inheritdoc} |
71 | + * @param string $input |
|
72 | + * @param string $detached_payload |
|
71 | 73 | */ |
72 | 74 | private static function loadAndVerifySignature($input, JWKSetInterface $jwk_set, array $allowed_algorithms, $detached_payload = null, LoggerInterface $logger = null) |
73 | 75 | { |
@@ -228,7 +228,7 @@ |
||
228 | 228 | /** |
229 | 229 | * @param \Jose\Object\JWEInterface $jwe |
230 | 230 | * |
231 | - * @return \Jose\Algorithm\ContentEncryptionAlgorithmInterface |
|
231 | + * @return CompressionInterface|null |
|
232 | 232 | */ |
233 | 233 | private function getCompressionMethod(JWEInterface $jwe) |
234 | 234 | { |