Completed
Pull Request — master (#230)
by thomas
27:32 queued 03:04
created
src/Transaction/Factory/TxBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @param BufferInterface|string $hashPrevOut
104
+     * @param Buffer $hashPrevOut
105 105
      * @param int $nPrevOut
106 106
      * @param Script|null $script
107 107
      * @param int $nSequence
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
     }
136 136
 
137 137
     /**
138
-     * @param int|string $value
138
+     * @param integer $value
139 139
      * @param ScriptInterface $script
140 140
      * @return $this
141 141
      */
Please login to merge, or discard this patch.
src/Transaction/Factory/TxSigner.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
     /**
81 81
      * @param PrivateKeyInterface $privKey
82
-     * @param BufferInterface $hash
82
+     * @param Buffer $hash
83 83
      * @param int $sigHashType
84 84
      * @return TransactionSignature
85 85
      */
Please login to merge, or discard this patch.
src/Transaction/Factory/TxSignerContext.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     }
114 114
 
115 115
     /**
116
-     * @return array|\BitWasp\Bitcoin\Crypto\EcAdapter\Key\PublicKeyInterface[]
116
+     * @return PublicKeyInterface[]
117 117
      */
118 118
     public function getPublicKeys()
119 119
     {
Please login to merge, or discard this patch.
src/Address/Address.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
     /**
81 81
      * @param PrivateKeyInterface $privKey
82
-     * @param BufferInterface $hash
82
+     * @param Buffer $hash
83 83
      * @param int $sigHashType
84 84
      * @return TransactionSignature
85 85
      */
Please login to merge, or discard this patch.
src/Block/BlockHeader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 
67 67
     /**
68 68
      * @param string $mnemonic
69
-     * @return BufferInterface
69
+     * @return Buffer
70 70
      */
71 71
     public function mnemonicToEntropy($mnemonic)
72 72
     {
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
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     /**
32 32
      * Operation constructor.
33 33
      * @param int $opCode
34
-     * @param BufferInterface $pushData
34
+     * @param Buffer $pushData
35 35
      * @param int $pushDataSize
36 36
      */
37 37
     public function __construct($opCode, BufferInterface $pushData, $pushDataSize = 0)
Please login to merge, or discard this patch.