Failed Conditions
Push — PHPSecLib_Rid ( 6a2b08...706d5a )
by Florent
13:09
created
src/Util/BigInteger.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -104,7 +104,6 @@  discard block
 block discarded – undo
104 104
      * ?>
105 105
      * </code>
106 106
      *
107
-     * @param bool $twos_compliment
108 107
      *
109 108
      * @return string
110 109
      *
@@ -228,7 +227,7 @@  discard block
 block discarded – undo
228 227
      * </code>
229 228
      * @param \Jose\Util\BigInteger $y
230 229
      *
231
-     * @return \Jose\Util\BigInteger[]
230
+     * @return BigInteger[]
232 231
      *
233 232
      */
234 233
     public function divide(BigInteger $y)
@@ -330,7 +329,7 @@  discard block
 block discarded – undo
330 329
      *
331 330
      * @param \Jose\Util\BigInteger $n
332 331
      *
333
-     * @return \Jose\Util\BigInteger|bool
332
+     * @return BigInteger
334 333
      *
335 334
      */
336 335
     public function modInverse(BigInteger $n)
Please login to merge, or discard this patch.