@@ -77,7 +77,7 @@ |
||
| 77 | 77 | /** |
| 78 | 78 | * @param int $sequence |
| 79 | 79 | * @param bool $change |
| 80 | - * @return \GMP |
|
| 80 | + * @return resource |
|
| 81 | 81 | */ |
| 82 | 82 | public function getSequenceOffset($sequence, $change = false) |
| 83 | 83 | { |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | /** |
| 102 | 102 | * Get the fingerprint of the parent key. For master keys, this is 00000000. |
| 103 | 103 | * |
| 104 | - * @return string |
|
| 104 | + * @return integer |
|
| 105 | 105 | */ |
| 106 | 106 | public function getFingerprint() |
| 107 | 107 | { |
@@ -114,7 +114,7 @@ discard block |
||
| 114 | 114 | |
| 115 | 115 | /** |
| 116 | 116 | * Return the fingerprint to be used for child keys. |
| 117 | - * @return int |
|
| 117 | + * @return string |
|
| 118 | 118 | */ |
| 119 | 119 | public function getChildFingerprint() |
| 120 | 120 | { |