Completed
Push — master ( dcaf91...226900 )
by thomas
22:57
created
src/Crypto/EcAdapter/Impl/PhpEcc/Key/PublicKey.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
 
92 92
     /**
93 93
      * @param BufferInterface $msg32
94
-     * @param SignatureInterface|\Mdanter\Ecc\Crypto\Signature\Signature $signature
94
+     * @param SignatureInterface $signature
95 95
      * @return bool
96 96
      */
97 97
     public function verify(BufferInterface $msg32, SignatureInterface $signature): bool
Please login to merge, or discard this patch.
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/Script/Factory/ScriptCreator.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -171,6 +171,7 @@  discard block
 block discarded – undo
171 171
      * adds them to the script.
172 172
      *
173 173
      * @param int ...$opcodes
174
+     * @param integer[] $opcodes
174 175
      * @return $this
175 176
      */
176 177
     public function opcode(int ...$opcodes)
@@ -184,6 +185,7 @@  discard block
 block discarded – undo
184 185
      * push-data instructions to the script.
185 186
      *
186 187
      * @param BufferInterface ...$dataList
188
+     * @param BufferInterface[] $dataList
187 189
      * @return $this
188 190
      */
189 191
     public function data(BufferInterface ...$dataList)
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
@@ -322,7 +322,7 @@
 block discarded – undo
322 322
     }
323 323
 
324 324
     /**
325
-     * @param array|\stdClass|\Traversable $list
325
+     * @param integer[] $list
326 326
      * @return HierarchicalKey
327 327
      * @throws \Exception
328 328
      */
Please login to merge, or discard this patch.