Completed
Push — master ( 410ea8...0c9ae2 )
by thomas
105:23 queued 33:17
created
src/Transaction/Factory/TxBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-     * @param Buffer|string $hashPrevOut
103
+     * @param Buffer $hashPrevOut
104 104
      * @param int $nPrevOut
105 105
      * @param Script|null $script
106 106
      * @param int $nSequence
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @param int|string $value
137
+     * @param integer $value
138 138
      * @param ScriptInterface $script
139 139
      * @return $this
140 140
      */
Please login to merge, or discard this patch.