@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | /** |
65 | 65 | * Encode positive integer to DER content. |
66 | 66 | * |
67 | - * @param \GMP $num |
|
67 | + * @param resource $num |
|
68 | 68 | * @return string |
69 | 69 | */ |
70 | 70 | private static function _encodePositiveInteger(\GMP $num) { |
@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | /** |
81 | 81 | * Encode negative integer to DER content. |
82 | 82 | * |
83 | - * @param \GMP $num |
|
83 | + * @param resource $num |
|
84 | 84 | * @return string |
85 | 85 | */ |
86 | 86 | private static function _encodeNegativeInteger(\GMP $num) { |