Failed Conditions
Pull Request — master (#292)
by
unknown
14:43 queued 03:35
created
src/Util/RSA.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 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 getRSAEP(RSAKey $key, BigInteger $m)
87 87
     {
Please login to merge, or discard this patch.
src/Object/RotatableJWKSet.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -26,6 +26,8 @@
 block discarded – undo
26 26
      * {@inheritdoc}
27 27
      *
28 28
      * @param int|null $interval Interval at which to rotate keys
29
+     * @param string $filename
30
+     * @param integer $nb_keys
29 31
      */
30 32
     public function __construct($filename, array $parameters, $nb_keys, $interval = null)
31 33
     {
Please login to merge, or discard this patch.