Completed
Pull Request — master (#604)
by thomas
21:41 queued 18:20
created
src/Script/FullyQualifiedScript.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -172,8 +172,8 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Key/Deterministic/HierarchicalKey.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.