Completed
Pull Request — master (#451)
by thomas
71:54 queued 69:21
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/Transaction/Factory/InputSigner.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
      * InputSigner constructor.
135 135
      * @param EcAdapterInterface $ecAdapter
136 136
      * @param TransactionInterface $tx
137
-     * @param $nInput
137
+     * @param integer $nInput
138 138
      * @param TransactionOutputInterface $txOut
139 139
      * @param SignData $signData
140 140
      * @param TransactionSignatureSerializer|null $sigSerializer
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
      * @param OutputData $outputData
266 266
      * @param array $stack
267 267
      * @param $sigVersion
268
-     * @return mixed
268
+     * @return string
269 269
      */
270 270
     public function extractFromValues(OutputData $outputData, array $stack, $sigVersion)
271 271
     {
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
326 326
     }
327 327
 
328 328
     /**
329
-     * @param array $chunks
329
+     * @param BufferInterface[] $chunks
330 330
      * @param SignData $signData
331 331
      * @return Script|ScriptInterface|null
332 332
      */
Please login to merge, or discard this patch.