Completed
Pull Request — master (#230)
by thomas
75:52 queued 05:35
created
src/Transaction/Factory/TxBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
     }
136 136
 
137 137
     /**
138
-     * @param int|string $value
138
+     * @param integer $value
139 139
      * @param ScriptInterface $script
140 140
      * @return $this
141 141
      */
Please login to merge, or discard this patch.
src/Transaction/Factory/TxSigner.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 
79 79
     /**
80 80
      * @param PrivateKeyInterface $privKey
81
-     * @param BufferInterface $hash
81
+     * @param \BitWasp\Buffertools\Buffer $hash
82 82
      * @param int $sigHashType
83 83
      * @return TransactionSignature
84 84
      */
Please login to merge, or discard this patch.
src/Transaction/SignatureHash/Hasher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 
67 67
     /**
68 68
      * @param string $mnemonic
69
-     * @return BufferInterface
69
+     * @return Buffer
70 70
      */
71 71
     public function mnemonicToEntropy($mnemonic)
72 72
     {
Please login to merge, or discard this patch.
src/Transaction/Transaction.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @return BufferInterface
93
+     * @return \BitWasp\Buffertools\Buffer
94 94
      */
95 95
     public function getTxHash()
96 96
     {
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
 
100 100
     /**
101
-     * @return BufferInterface
101
+     * @return \BitWasp\Buffertools\Buffer
102 102
      */
103 103
     public function getTxId()
104 104
     {
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
     }
225 225
 
226 226
     /**
227
-     * @return BufferInterface
227
+     * @return \BitWasp\Buffertools\Buffer
228 228
      */
229 229
     public function getBuffer()
230 230
     {
Please login to merge, or discard this patch.
src/Transaction/TransactionInput.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     }
108 108
 
109 109
     /**
110
-     * @return BufferInterface
110
+     * @return \BitWasp\Buffertools\Buffer
111 111
      */
112 112
     public function getBuffer()
113 113
     {
Please login to merge, or discard this patch.
src/Transaction/OutPoint.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     }
108 108
 
109 109
     /**
110
-     * @return BufferInterface
110
+     * @return \BitWasp\Buffertools\Buffer
111 111
      */
112 112
     public function getBuffer()
113 113
     {
Please login to merge, or discard this patch.