Skip to content

Commit e5b44d0

Browse files
committed
Update BigInteger.php
1 parent 1ddec09 commit e5b44d0

File tree

1 file changed

+6
-6
lines changed
  • includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math

1 file changed

+6
-6
lines changed

includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ function toString()
663663
*
664664
* @access public
665665
* @see self::__clone()
666-
* @return \phpseclib\Math\BigInteger
666+
* @return \FluentSmtpLib\phpseclib\Math\BigInteger
667667
*/
668668
function copy()
669669
{
@@ -697,7 +697,7 @@ function __toString()
697697
*
698698
* @access public
699699
* @see self::copy()
700-
* @return \phpseclib\Math\BigInteger
700+
* @return \FluentSmtpLib\phpseclib\Math\BigInteger
701701
*/
702702
function __clone()
703703
{
@@ -782,8 +782,8 @@ function __debugInfo()
782782
* ?>
783783
* </code>
784784
*
785-
* @param \phpseclib\Math\BigInteger $y
786-
* @return \phpseclib\Math\BigInteger
785+
* @param \FluentSmtpLib\phpseclib\Math\BigInteger $y
786+
* @return \FluentSmtpLib\phpseclib\Math\BigInteger
787787
* @access public
788788
* @internal Performs base-2**52 addition
789789
*/
@@ -884,8 +884,8 @@ function _add($x_value, $x_negative, $y_value, $y_negative)
884884
* ?>
885885
* </code>
886886
*
887-
* @param \phpseclib\Math\BigInteger $y
888-
* @return \phpseclib\Math\BigInteger
887+
* @param \FluentSmtpLib\phpseclib\Math\BigInteger $y
888+
* @return \FluentSmtpLib\phpseclib\Math\BigInteger
889889
* @access public
890890
* @internal Performs base-2**52 subtraction
891891
*/

0 commit comments

Comments
 (0)