@@ -108,7 +108,7 @@ |
||
108 | 108 | * @param string|null $detached_payload |
109 | 109 | * @param int|null $recipient_index |
110 | 110 | * |
111 | - * @return bool |
|
111 | + * @return boolean|null |
|
112 | 112 | */ |
113 | 113 | private function verifySignatures(JWSInterface $jws, JWKSetInterface $jwk_set, $detached_payload = null, &$recipient_index = null) |
114 | 114 | { |
@@ -94,6 +94,7 @@ discard block |
||
94 | 94 | * @param array $allowed_key_encryption_algorithms |
95 | 95 | * @param array $allowed_content_encryption_algorithms |
96 | 96 | * @param \Psr\Log\LoggerInterface|null $logger |
97 | + * @param integer $recipient_index |
|
97 | 98 | * |
98 | 99 | * @return \Jose\Object\JWEInterface |
99 | 100 | */ |
@@ -114,6 +115,7 @@ discard block |
||
114 | 115 | * @param array $allowed_algorithms |
115 | 116 | * @param string|null $detached_payload |
116 | 117 | * @param \Psr\Log\LoggerInterface|null $logger |
118 | + * @param integer $signature_index |
|
117 | 119 | * |
118 | 120 | * @return \Jose\Object\JWSInterface |
119 | 121 | */ |