@@ -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 | { |
@@ -567,8 +567,8 @@ |
||
567 | 567 | * Pure function to produce a signature hash for a given $scriptCode, $sigHashType, $sigVersion. |
568 | 568 | * |
569 | 569 | * @param ScriptInterface $scriptCode |
570 | - * @param $sigHashType |
|
571 | - * @param $sigVersion |
|
570 | + * @param integer $sigHashType |
|
571 | + * @param integer $sigVersion |
|
572 | 572 | * @return BufferInterface |
573 | 573 | * @throws SignerException |
574 | 574 | */ |
@@ -47,7 +47,7 @@ |
||
47 | 47 | } |
48 | 48 | |
49 | 49 | /** |
50 | - * @param BufferInterface|string $hex |
|
50 | + * @param BufferInterface $hex |
|
51 | 51 | * @param bool $compressed |
52 | 52 | * @param EcAdapterInterface|null $ecAdapter |
53 | 53 | * @return PrivateKeyInterface |