Completed
Push — master ( 4c26fd...5c635d )
by thomas
106:46 queued 98:38
created
src/Crypto/EcAdapter/Impl/Secp256k1/Serializer/Key/PublicKeySerializer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use BitWasp\Bitcoin\Crypto\EcAdapter\Serializer\Key\PublicKeySerializerInterface;
11 11
 use BitWasp\Buffertools\Buffer;
12 12
 use BitWasp\Buffertools\BufferInterface;
13
-use BitWasp\Buffertools\Parser;
14 13
 
15 14
 class PublicKeySerializer implements PublicKeySerializerInterface
16 15
 {
Please login to merge, or discard this patch.
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.