Failed Conditions
Push — PHPSecLib_Rid ( ab345c...1a2f9f )
by Florent
10:59
created
src/Util/BigInteger.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -312,7 +312,7 @@  discard block
 block discarded – undo
312 312
      * </code>
313 313
      * @param \Jose\Util\BigInteger $y
314 314
      *
315
-     * @return \Jose\Util\BigInteger[]
315
+     * @return BigInteger[]
316 316
      *
317 317
      */
318 318
     public function divide(BigInteger $y)
@@ -414,7 +414,7 @@  discard block
 block discarded – undo
414 414
      *
415 415
      * @param \Jose\Util\BigInteger $n
416 416
      *
417
-     * @return \Jose\Util\BigInteger|bool
417
+     * @return BigInteger
418 418
      *
419 419
      */
420 420
     public function modInverse(BigInteger $n)
Please login to merge, or discard this patch.