Completed
Pull Request — master (#230)
by thomas
75:52 queued 05:35
created
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.