@@ -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 | { |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php namespace nyx\utils; |
2 | 2 | |
3 | 3 | // External dependencies |
4 | -use nyx\core; |
|
5 | 4 | |
6 | 5 | /** |
7 | 6 | * Unit |