mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 04:34:45 +01:00
- added parenthesis to two @see phpdoc comments
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@97 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
parent
71b960d082
commit
1983dd5649
@ -67,7 +67,7 @@
|
|||||||
* @author Jim Wigginton <terrafrost@php.net>
|
* @author Jim Wigginton <terrafrost@php.net>
|
||||||
* @copyright MMVI Jim Wigginton
|
* @copyright MMVI Jim Wigginton
|
||||||
* @license http://www.gnu.org/licenses/lgpl.txt
|
* @license http://www.gnu.org/licenses/lgpl.txt
|
||||||
* @version $Id: BigInteger.php,v 1.32 2010-03-22 22:01:37 terrafrost Exp $
|
* @version $Id: BigInteger.php,v 1.33 2010-03-22 22:32:03 terrafrost Exp $
|
||||||
* @link http://pear.php.net/package/Math_BigInteger
|
* @link http://pear.php.net/package/Math_BigInteger
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -718,7 +718,7 @@ class Math_BigInteger {
|
|||||||
*
|
*
|
||||||
* Will be called, automatically, when serialize() is called on a Math_BigInteger object.
|
* Will be called, automatically, when serialize() is called on a Math_BigInteger object.
|
||||||
*
|
*
|
||||||
* @see __wakeup
|
* @see __wakeup()
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
function __sleep()
|
function __sleep()
|
||||||
@ -740,7 +740,7 @@ class Math_BigInteger {
|
|||||||
*
|
*
|
||||||
* Will be called, automatically, when unserialize() is called on a Math_BigInteger object.
|
* Will be called, automatically, when unserialize() is called on a Math_BigInteger object.
|
||||||
*
|
*
|
||||||
* @see __sleep
|
* @see __sleep()
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
function __wakeup()
|
function __wakeup()
|
||||||
|
Loading…
Reference in New Issue
Block a user