Completed
Pull Request — master (#328)
by thomas
23:53 queued 18:15
created
src/Chain/ProofOfWork.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   +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
      * Get the fingerprint of the parent key. For master keys, this is 00000000.
103 103
      *
104
-     * @return string
104
+     * @return integer
105 105
      */
106 106
     public function getFingerprint()
107 107
     {
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
 
115 115
     /**
116 116
      * Return the fingerprint to be used for child keys.
117
-     * @return int
117
+     * @return string
118 118
      */
119 119
     public function getChildFingerprint()
120 120
     {
Please login to merge, or discard this patch.