@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * MASTNode constructor. |
| 24 | - * @param self|null $parent |
|
| 24 | + * @param null|\self $parent |
|
| 25 | 25 | * @param bool|null $value |
| 26 | 26 | */ |
| 27 | 27 | public function __construct(self $parent = null, $value = null) |
@@ -84,7 +84,7 @@ discard block |
||
| 84 | 84 | } |
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | - * @param $value |
|
| 87 | + * @param boolean $value |
|
| 88 | 88 | * @return LogicOpNode |
| 89 | 89 | */ |
| 90 | 90 | public function getChild($value) |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | } |
| 97 | 97 | |
| 98 | 98 | /** |
| 99 | - * @return array |
|
| 99 | + * @return LogicOpNode[] |
|
| 100 | 100 | */ |
| 101 | 101 | public function split() |
| 102 | 102 | { |
@@ -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 | { |
@@ -243,7 +243,7 @@ discard block |
||
| 243 | 243 | } |
| 244 | 244 | |
| 245 | 245 | /** |
| 246 | - * @param $idx |
|
| 246 | + * @param integer $idx |
|
| 247 | 247 | * @param PublicKeyInterface|null $key |
| 248 | 248 | * @return $this |
| 249 | 249 | */ |