Completed
Push — develop ( a503ae...84bbb9 )
by Florent
04:25 queued 01:58
created
src/KeyConverter/ECKey.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-     * @param $data
57
+     * @param string $data
58 58
      *
59 59
      * @throws \Exception
60 60
      * @throws \FG\ASN1\Exception\ParserException
Please login to merge, or discard this patch.
src/Loader.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -68,6 +68,8 @@
 block discarded – undo
68 68
 
69 69
     /**
70 70
      * {@inheritdoc}
71
+     * @param string $input
72
+     * @param string $detached_payload
71 73
      */
72 74
     private static function loadAndVerifySignature($input, JWKSetInterface $jwk_set, array $allowed_algorithms, $detached_payload = null, LoggerInterface $logger = null)
73 75
     {
Please login to merge, or discard this patch.
src/Encrypter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
     /**
240 240
      * @param \Jose\Object\JWEInterface $jwe
241 241
      *
242
-     * @return \Jose\Algorithm\ContentEncryptionAlgorithmInterface
242
+     * @return null|CompressionInterface
243 243
      */
244 244
     private function getCompressionMethod(JWEInterface $jwe)
245 245
     {
Please login to merge, or discard this patch.