@@ -201,7 +201,7 @@ |
||
| 201 | 201 | } |
| 202 | 202 | |
| 203 | 203 | /** |
| 204 | - * @return int |
|
| 204 | + * @return string |
|
| 205 | 205 | */ |
| 206 | 206 | public function powBitsLimit() |
| 207 | 207 | { |
@@ -116,7 +116,7 @@ |
||
| 116 | 116 | |
| 117 | 117 | /** |
| 118 | 118 | * @param int $bits |
| 119 | - * @return \GMP |
|
| 119 | + * @return resource |
|
| 120 | 120 | */ |
| 121 | 121 | public function getWork($bits) |
| 122 | 122 | { |
@@ -339,7 +339,7 @@ |
||
| 339 | 339 | /** |
| 340 | 340 | * @param Stack $vfStack |
| 341 | 341 | * @param bool $value |
| 342 | - * @return bool |
|
| 342 | + * @return integer |
|
| 343 | 343 | */ |
| 344 | 344 | private function checkExec(Stack $vfStack, $value) |
| 345 | 345 | { |
@@ -102,7 +102,7 @@ |
||
| 102 | 102 | } |
| 103 | 103 | |
| 104 | 104 | /** |
| 105 | - * @return int |
|
| 105 | + * @return boolean |
|
| 106 | 106 | */ |
| 107 | 107 | public function isSequenceLockDisabled() |
| 108 | 108 | { |
@@ -22,7 +22,7 @@ discard block |
||
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | 24 | * MASTNode constructor. |
| 25 | - * @param self|null $parent |
|
| 25 | + * @param null|\self $parent |
|
| 26 | 26 | * @param bool|null $value |
| 27 | 27 | */ |
| 28 | 28 | public function __construct(self $parent = null, $value = null) |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | } |
| 90 | 90 | |
| 91 | 91 | /** |
| 92 | - * @return array |
|
| 92 | + * @return LogicOpNode[] |
|
| 93 | 93 | */ |
| 94 | 94 | public function split() |
| 95 | 95 | { |
@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | /** |
| 26 | 26 | * ScriptBranch constructor. |
| 27 | 27 | * @param ScriptInterface $fullScript |
| 28 | - * @param array $branch |
|
| 28 | + * @param boolean[] $branch |
|
| 29 | 29 | * @param PathTrace $segments |
| 30 | 30 | */ |
| 31 | 31 | public function __construct(ScriptInterface $fullScript, array $branch, PathTrace $segments) |
@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | /** |
| 63 | - * @return array |
|
| 63 | + * @return \BitWasp\Bitcoin\Script\Parser\Operation[] |
|
| 64 | 64 | */ |
| 65 | 65 | public function getOps() |
| 66 | 66 | { |