Failed Conditions
Push — StorableJWKSet ( 8a4b4b...626162 )
by Florent
02:55
created
src/Util/RSA.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      * @param \Jose\KeyConverter\RSAKey $key
82 82
      * @param \Jose\Util\BigInteger     $m
83 83
      *
84
-     * @return \Jose\Util\BigInteger|false
84
+     * @return BigInteger
85 85
      */
86 86
     private static function RSAEP(RSAKey $key, BigInteger $m)
87 87
     {
@@ -367,7 +367,7 @@  discard block
 block discarded – undo
367 367
      * @param string                    $signature
368 368
      * @param string                    $hash
369 369
      *
370
-     * @return bool
370
+     * @return string
371 371
      */
372 372
     public static function verify(RSAKey $key, $message, $signature, $hash)
373 373
     {
Please login to merge, or discard this patch.
src/Object/StorableJWKSet.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 namespace Jose\Object;
13 13
 
14 14
 use Assert\Assertion;
15
-use Base64Url\Base64Url;
16
-use Jose\Factory\JWKFactory;
17 15
 
18 16
 /**
19 17
  * Class StorableJWKSet.
Please login to merge, or discard this patch.