Completed
Pull Request — master (#591)
by thomas
20:21
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.