@@ -108,7 +108,7 @@ |
||
| 108 | 108 | /** |
| 109 | 109 | * Constructs a new GMP BigInt instance. |
| 110 | 110 | * |
| 111 | - * @param \GMP $value The GMP object holding the actual value. |
|
| 111 | + * @param resource $value The GMP object holding the actual value. |
|
| 112 | 112 | */ |
| 113 | 113 | public function __construct(\GMP $value) |
| 114 | 114 | { |