@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | /** |
| 29 | 29 | * Initializes a new instance of this class. |
| 30 | 30 | * |
| 31 | - * @param string|int|BigInteger $value The value to set. |
|
| 31 | + * @param integer $value The value to set. |
|
| 32 | 32 | * @param bool $mutable Whether or not the state of this object can be changed. |
| 33 | 33 | */ |
| 34 | 34 | public function __construct($value = 0, $mutable = true) |
@@ -95,6 +95,7 @@ discard block |
||
| 95 | 95 | /** |
| 96 | 96 | * Compares this number and the given number. |
| 97 | 97 | * |
| 98 | + * @param string $value |
|
| 98 | 99 | * @return int Returns -1 is the number is less than this number. 0 if equal and 1 when greater. |
| 99 | 100 | */ |
| 100 | 101 | public function cmp($value) |