Completed
Push — master ( 3e2cd0...bcf3bf )
by thomas
11:32
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.