Completed
Pull Request — master (#317)
by thomas
16:45 queued 06:42
created
src/Crypto/EcAdapter/Impl/Secp256k1/Signature/CompactSignature.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     /**
77 77
      * @param int|string $sequence
78 78
      * @param bool $change
79
-     * @return int|string
79
+     * @return integer
80 80
      */
81 81
     public function getSequenceOffset($sequence, $change = false)
82 82
     {
Please login to merge, or discard this patch.
src/Crypto/EcAdapter/Impl/Secp256k1/Adapter/EcAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @param \GMP $int
94
+     * @param resource $int
95 95
      * @param bool|false $compressed
96 96
      * @return PrivateKey
97 97
      */
Please login to merge, or discard this patch.
src/Key/Deterministic/ElectrumKey.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     /**
78 78
      * @param int $sequence
79 79
      * @param bool $change
80
-     * @return \GMP
80
+     * @return resource
81 81
      */
82 82
     public function getSequenceOffset($sequence, $change = false)
83 83
     {
Please login to merge, or discard this patch.
src/Key/Deterministic/HierarchicalKey.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
     /**
191 191
      * Create a buffer containing data to be hashed hashed to yield the child offset
192 192
      *
193
-     * @param integer|string $sequence
193
+     * @param integer $sequence
194 194
      * @return BufferInterface
195 195
      * @throws \Exception
196 196
      */
Please login to merge, or discard this patch.
src/Math/BinaryMath.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     }
30 30
 
31 31
     /**
32
-     * @param \GMP $integer
32
+     * @param resource $integer
33 33
      * @param int $bitSize
34 34
      * @return bool
35 35
      */
Please login to merge, or discard this patch.