@@ -124,7 +124,7 @@ |
||
| 124 | 124 | * @param string $cek |
| 125 | 125 | * @param \Jose\Algorithm\ContentEncryption\ContentEncryptionInterface $content_encryption_algorithm |
| 126 | 126 | * |
| 127 | - * @return \Jose\Object\JWEInterface |
|
| 127 | + * @return boolean |
|
| 128 | 128 | */ |
| 129 | 129 | private function decryptPayload(JWEInterface &$jwe, $cek, $content_encryption_algorithm) |
| 130 | 130 | { |
@@ -132,7 +132,7 @@ |
||
| 132 | 132 | |
| 133 | 133 | /** |
| 134 | 134 | * @param array $instructions |
| 135 | - * @param $serialization |
|
| 135 | + * @param string $serialization |
|
| 136 | 136 | * |
| 137 | 137 | * @throws \InvalidArgumentException |
| 138 | 138 | */ |