@@ -172,8 +172,8 @@ |
||
172 | 172 | * for final validation. |
173 | 173 | * |
174 | 174 | * @param ScriptInterface $scriptPubKey |
175 | - * @param ScriptInterface|null $scriptSig |
|
176 | - * @param ScriptWitnessInterface|null $witness |
|
175 | + * @param ScriptInterface $scriptSig |
|
176 | + * @param ScriptWitnessInterface $witness |
|
177 | 177 | * @param SignData|null $signData |
178 | 178 | * @param OutputClassifier|null $classifier |
179 | 179 | * @return FullyQualifiedScript |
@@ -263,7 +263,7 @@ |
||
263 | 263 | } |
264 | 264 | |
265 | 265 | /** |
266 | - * @param array|\stdClass|\Traversable $list |
|
266 | + * @param integer[] $list |
|
267 | 267 | * @return HierarchicalKey |
268 | 268 | */ |
269 | 269 | public function deriveFromList($list): HierarchicalKey |