Completed
Pull Request — master (#316)
by thomas
72:49 queued 02:58
created
src/Chain/ProofOfWork.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
     }
222 222
 
223 223
     /**
224
-     * @return int|string
224
+     * @return string
225 225
      */
226 226
     public function getValueOut()
227 227
     {
Please login to merge, or discard this patch.
src/Key/Deterministic/HierarchicalKeySequence.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
     }
222 222
 
223 223
     /**
224
-     * @return int|string
224
+     * @return string
225 225
      */
226 226
     public function getValueOut()
227 227
     {
Please login to merge, or discard this patch.
src/Crypto/EcAdapter/Impl/PhpEcc/Signature/CompactSignature.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @return int
70
+     * @return double
71 71
      */
72 72
     public function getFlags()
73 73
     {
Please login to merge, or discard this patch.
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.