Completed
Pull Request — 0.0.35 (#659)
by thomas
30:11 queued 21:19
created
src/Key/Deterministic/HierarchicalKey.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     /**
114 114
      * Get the fingerprint of the parent key. For master keys, this is 00000000.
115 115
      *
116
-     * @return string
116
+     * @return integer
117 117
      */
118 118
     public function getFingerprint()
119 119
     {
@@ -229,8 +229,8 @@  discard block
 block discarded – undo
229 229
     }
230 230
 
231 231
     /**
232
-     * @param $nextDepth
233
-     * @param $sequence
232
+     * @param integer $nextDepth
233
+     * @param integer $sequence
234 234
      * @param BufferInterface $chainCode
235 235
      * @param KeyInterface $key
236 236
      * @return HierarchicalKey
Please login to merge, or discard this patch.