Completed
Push — master ( 933d17...6b3c88 )
by Florent
02:40
created
src/Loader.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Jose;
13 13
 
14 14
 use Assert\Assertion;
15
-use Jose\Factory\DecrypterFactory;
16 15
 use Jose\Factory\VerifierFactory;
17 16
 use Jose\Object\JWKInterface;
18 17
 use Jose\Object\JWKSet;
Please login to merge, or discard this patch.