Completed
Push — master ( d885db...3f1305 )
by thomas
30:43
created
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.