Completed
Push — master ( 40b29f...7210ec )
by Florent
31:16 queued 19:22
created
src/Loader.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
      *
228 228
      * @throws \Exception
229 229
      *
230
-     * @return \Jose\Object\JWSInterface
230
+     * @return string
231 231
      */
232 232
     protected function createJWS($encoded_protected_header, $encoded_payload, $protected_header, $unprotected_header, $payload, $signature)
233 233
     {
@@ -252,7 +252,7 @@  discard block
 block discarded – undo
252 252
      * @param array              $header
253 253
      * @param \Jose\Object\JWKInterface $key
254 254
      *
255
-     * @return \Jose\Algorithm\Signature\SignatureInterface|null
255
+     * @return SignatureInterface
256 256
      */
257 257
     protected function getAlgorithm(array $header, JWKInterface $key)
258 258
     {
@@ -334,7 +334,7 @@  discard block
 block discarded – undo
334 334
      * @param string                                                       $cek
335 335
      * @param \Jose\Algorithm\ContentEncryption\ContentEncryptionInterface $content_encryption_algorithm
336 336
      *
337
-     * @return \Jose\Object\JWEInterface
337
+     * @return boolean
338 338
      */
339 339
     protected function decryptPayload(JWEInterface &$jwe, $cek, $content_encryption_algorithm)
340 340
     {
Please login to merge, or discard this patch.
src/Verifier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
      * @param array              $header
121 121
      * @param \Jose\Object\JWKInterface $key
122 122
      *
123
-     * @return \Jose\Algorithm\Signature\SignatureInterface|null
123
+     * @return SignatureInterface
124 124
      */
125 125
     private function getAlgorithm(array $header, JWKInterface $key)
126 126
     {
Please login to merge, or discard this patch.