Completed
Push — master ( d0ace3...8281d7 )
by Florent
02:33
created
src/Decrypter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Signer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
 
133 133
     /**
134 134
      * @param array $instructions
135
-     * @param       $serialization
135
+     * @param       string $serialization
136 136
      *
137 137
      * @throws \InvalidArgumentException
138 138
      */
Please login to merge, or discard this patch.