Completed
Push — develop ( 686594...b5844e )
by Florent
03:11
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.
examples/Signature2.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Jose\Factory\JWKFactory;
15 15
 use Jose\Factory\JWSFactory;
16
-use Jose\Factory\SignerFactory;
17 16
 
18 17
 // We create our key object (JWK) using a shared key
19 18
 $key = JWKFactory::createFromValues([
Please login to merge, or discard this patch.