Completed
Push — master ( e313f5...e30372 )
by thomas
62:10 queued 44:14
created
src/Script/Classifier/OutputClassifier.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-     * @param array $decoded
118
+     * @param Operation[] $decoded
119 119
      * @return bool
120 120
      */
121 121
     private function decodeP2SH(array $decoded)
@@ -240,7 +240,7 @@  discard block
 block discarded – undo
240 240
     /**
241 241
      * @param ScriptInterface $script
242 242
      * @param int $limit
243
-     * @param array $decoded
243
+     * @param Operation[] $decoded
244 244
      * @return BufferInterface|false
245 245
      */
246 246
     private function decodeWithLimit(ScriptInterface $script, $limit, array $decoded)
@@ -323,7 +323,7 @@  discard block
 block discarded – undo
323 323
     }
324 324
 
325 325
     /**
326
-     * @param array $decoded
326
+     * @param Operation[] $decoded
327 327
      * @return bool|BufferInterface
328 328
      */
329 329
     private function decodeWitnessCoinbaseCommitment(array $decoded)
Please login to merge, or discard this patch.
src/Script/ScriptInfo/Multisig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
     }
122 122
 
123 123
     /**
124
-     * @return array|BufferInterface[]
124
+     * @return BufferInterface[]
125 125
      */
126 126
     public function getKeyBuffers()
127 127
     {
Please login to merge, or discard this patch.
src/Transaction/Factory/InputSigner.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
      * InputSigner constructor.
134 134
      * @param EcAdapterInterface $ecAdapter
135 135
      * @param TransactionInterface $tx
136
-     * @param $nInput
136
+     * @param integer $nInput
137 137
      * @param TransactionOutputInterface $txOut
138 138
      * @param SignData $signData
139 139
      * @param TransactionSignatureSerializer|null $sigSerializer
Please login to merge, or discard this patch.
src/Serializer/Key/HierarchicalKey/ExtendedKeySerializer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use BitWasp\Buffertools\BufferInterface;
14 14
 use BitWasp\Buffertools\Exceptions\ParserOutOfRange;
15 15
 use BitWasp\Buffertools\Parser;
16
-use BitWasp\Buffertools\Template;
17 16
 
18 17
 class ExtendedKeySerializer
19 18
 {
Please login to merge, or discard this patch.