| @@ -111,7 +111,7 @@ | ||
| 111 | 111 | } | 
| 112 | 112 | |
| 113 | 113 | /** | 
| 114 | - * @param BufferInterface|string $hashPrevOut - hex or BufferInterface | |
| 114 | + * @param BufferInterface $hashPrevOut - hex or BufferInterface | |
| 115 | 115 | * @param int $nPrevOut | 
| 116 | 116 | * @param Script|null $script | 
| 117 | 117 | * @param int $nSequence | 
| @@ -259,8 +259,8 @@ | ||
| 259 | 259 | } | 
| 260 | 260 | |
| 261 | 261 | /** | 
| 262 | - * @param $certData | |
| 263 | - * @return array | |
| 262 | + * @param string $certData | |
| 263 | + * @return string | |
| 264 | 264 | */ | 
| 265 | 265 | private function der2pem($certData) | 
| 266 | 266 |      { | 
| @@ -79,7 +79,7 @@ | ||
| 79 | 79 | |
| 80 | 80 | /** | 
| 81 | 81 | * @param BufferInterface $buffer | 
| 82 | - * @return int | |
| 82 | + * @return string | |
| 83 | 83 | */ | 
| 84 | 84 | private function parseBuffer(BufferInterface $buffer) | 
| 85 | 85 |      { | 
| @@ -67,7 +67,7 @@ | ||
| 67 | 67 | } | 
| 68 | 68 | |
| 69 | 69 | /** | 
| 70 | - * @return int | |
| 70 | + * @return double | |
| 71 | 71 | */ | 
| 72 | 72 | public function getFlags() | 
| 73 | 73 |      { | 
| @@ -97,7 +97,7 @@ | ||
| 97 | 97 | /** | 
| 98 | 98 | * Get the fingerprint of the parent key. For master keys, this is 00000000. | 
| 99 | 99 | * | 
| 100 | - * @return string | |
| 100 | + * @return integer | |
| 101 | 101 | */ | 
| 102 | 102 | public function getFingerprint() | 
| 103 | 103 |      { | 
| @@ -338,7 +338,7 @@ | ||
| 338 | 338 | |
| 339 | 339 | /** | 
| 340 | 340 | * @param Stack $vfStack | 
| 341 | - * @return bool | |
| 341 | + * @return integer | |
| 342 | 342 | */ | 
| 343 | 343 | private function checkExec(Stack $vfStack) | 
| 344 | 344 |      { | 
| @@ -79,7 +79,7 @@ | ||
| 79 | 79 | |
| 80 | 80 | /** | 
| 81 | 81 | * @param BufferInterface $buffer | 
| 82 | - * @return int | |
| 82 | + * @return string | |
| 83 | 83 | */ | 
| 84 | 84 | private function parseBuffer(BufferInterface $buffer) | 
| 85 | 85 |      { | 
| @@ -20,7 +20,7 @@ discard block | ||
| 20 | 20 | /** | 
| 21 | 21 | * @param \GMP $int | 
| 22 | 22 | * @param \GMP $otherInt | 
| 23 | - * @return \GMP | |
| 23 | + * @return resource | |
| 24 | 24 | */ | 
| 25 | 25 | public function bitwiseOr(\GMP $int, \GMP $otherInt) | 
| 26 | 26 |      { | 
| @@ -91,7 +91,7 @@ discard block | ||
| 91 | 91 | /** | 
| 92 | 92 | * @param \GMP $integer | 
| 93 | 93 | * @param bool $fNegative | 
| 94 | - * @return \GMP | |
| 94 | + * @return resource | |
| 95 | 95 | */ | 
| 96 | 96 | public function encodeCompact(\GMP $integer, $fNegative) | 
| 97 | 97 |      { |