Completed
Push — 0.0.34 ( 61212b...2e9020 )
by thomas
20:55
created
src/Chain/ProofOfWork.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
 
117 117
     /**
118 118
      * @param int $bits
119
-     * @return \GMP
119
+     * @return resource
120 120
      */
121 121
     public function getWork($bits)
122 122
     {
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
@@ -339,7 +339,7 @@
 block discarded – undo
339 339
     /**
340 340
      * @param Stack $vfStack
341 341
      * @param bool $value
342
-     * @return bool
342
+     * @return integer
343 343
      */
344 344
     private function checkExec(Stack $vfStack, $value)
345 345
     {
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
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
     }
103 103
 
104 104
     /**
105
-     * @return int
105
+     * @return boolean
106 106
      */
107 107
     public function isSequenceLockDisabled()
108 108
     {
Please login to merge, or discard this patch.