@@ -121,7 +121,7 @@ |
||
121 | 121 | } |
122 | 122 | |
123 | 123 | /** |
124 | - * @return array|BufferInterface[] |
|
124 | + * @return BufferInterface[] |
|
125 | 125 | */ |
126 | 126 | public function getKeyBuffers() |
127 | 127 | { |
@@ -133,7 +133,7 @@ |
||
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 |