Completed
Pull Request — 0.0.35 (#697)
by thomas
70:14
created
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.
src/Transaction/Factory/InputSigner.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -567,8 +567,8 @@
 block discarded – undo
567 567
      * Pure function to produce a signature hash for a given $scriptCode, $sigHashType, $sigVersion.
568 568
      *
569 569
      * @param ScriptInterface $scriptCode
570
-     * @param $sigHashType
571
-     * @param $sigVersion
570
+     * @param integer $sigHashType
571
+     * @param integer $sigVersion
572 572
      * @return BufferInterface
573 573
      * @throws SignerException
574 574
      */
Please login to merge, or discard this patch.
src/Key/PrivateKeyFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-     * @param BufferInterface|string $hex
50
+     * @param BufferInterface $hex
51 51
      * @param bool $compressed
52 52
      * @param EcAdapterInterface|null $ecAdapter
53 53
      * @return PrivateKeyInterface
Please login to merge, or discard this patch.