@@ -415,7 +415,7 @@ |
||
415 | 415 | } |
416 | 416 | |
417 | 417 | /** |
418 | - * @param array $decoded |
|
418 | + * @param Operation[] $decoded |
|
419 | 419 | * @param null $solution |
420 | 420 | * @return string |
421 | 421 | */ |
@@ -357,7 +357,6 @@ |
||
357 | 357 | } |
358 | 358 | |
359 | 359 | /** |
360 | - * @param int $opcode |
|
361 | 360 | * @param mixed $value |
362 | 361 | */ |
363 | 362 | public function offsetSet($pos, $value) |
@@ -23,7 +23,7 @@ |
||
23 | 23 | |
24 | 24 | /** |
25 | 25 | * MASTNode constructor. |
26 | - * @param self|null $parent |
|
26 | + * @param null|\self $parent |
|
27 | 27 | * @param bool|null $value |
28 | 28 | */ |
29 | 29 | public function __construct(self $parent = null, $value = null) |
@@ -102,7 +102,7 @@ |
||
102 | 102 | } |
103 | 103 | |
104 | 104 | /** |
105 | - * @param bool|true $accurate |
|
105 | + * @param boolean $accurate |
|
106 | 106 | * @return int |
107 | 107 | */ |
108 | 108 | public function countSigOps(bool $accurate = true): int |
@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | } |
139 | 139 | |
140 | 140 | /** |
141 | - * @return array|BufferInterface|BufferInterface[] |
|
141 | + * @return BufferInterface |
|
142 | 142 | */ |
143 | 143 | public function getSolution() |
144 | 144 | { |
@@ -213,7 +213,7 @@ discard block |
||
213 | 213 | } |
214 | 214 | |
215 | 215 | /** |
216 | - * @return array |
|
216 | + * @return TransactionSignatureInterface[] |
|
217 | 217 | */ |
218 | 218 | public function getSignatures() |
219 | 219 | { |