Completed
Push — master ( 00727d...5aa01a )
by Florent
02:25
created
src/Verifier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Decrypter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
      * @param \Jose\Object\JWKSetInterface $jwk_set
120 120
      * @param int                          $i
121 121
      *
122
-     * @return mixed
122
+     * @return integer|null
123 123
      */
124 124
     private function decryptRecipientKey(JWEInterface &$jwe, JWKSetInterface $jwk_set, $i)
125 125
     {
Please login to merge, or discard this patch.