Completed
Pull Request — master (#359)
by Ruben de
14:27
created
src/Script/Interpreter/Number.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
 
94 94
     /**
95 95
      * @param BufferInterface $buffer
96
-     * @return int
96
+     * @return string
97 97
      */
98 98
     private function parseBuffer(BufferInterface $buffer)
99 99
     {
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
     }
178 178
 
179 179
     /**
180
-     * @return \GMP
180
+     * @return resource
181 181
      */
182 182
     public function getGmp()
183 183
     {
Please login to merge, or discard this patch.
src/Script/Interpreter/Interpreter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -338,7 +338,7 @@
 block discarded – undo
338 338
 
339 339
     /**
340 340
      * @param Stack $vfStack
341
-     * @return bool
341
+     * @return integer
342 342
      */
343 343
     private function checkExec(Stack $vfStack)
344 344
     {
Please login to merge, or discard this patch.
src/Transaction/TransactionInput.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use BitWasp\Bitcoin\Bitcoin;
6 6
 use BitWasp\Bitcoin\Serializer\Transaction\OutPointSerializer;
7
-use BitWasp\Bitcoin\Script\Script;
8 7
 use BitWasp\Bitcoin\Script\ScriptInterface;
9 8
 use BitWasp\Bitcoin\Serializable;
10 9
 use BitWasp\Bitcoin\Serializer\Transaction\TransactionInputSerializer;
Please login to merge, or discard this patch.