Completed
Pull Request — master (#84)
by thomas
22:17
created
src/WalletInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * Returns the serialized xpub, and the path
27 27
      * of the backup key
28
-     * @return array [xpub, path]
28
+     * @return string[] [xpub, path]
29 29
      */
30 30
     public function getBackupKey();
31 31
 
Please login to merge, or discard this patch.
src/BlocktrailSDK.php 1 patch
Indentation   -2 removed lines patch added patch discarded remove patch
@@ -1072,7 +1072,6 @@  discard block
 block discarded – undo
1072 1072
      *    Format: ["M', "xpub..."]
1073 1073
      *    Setting this will allow the SDK to check the server hasn't
1074 1074
      *    a different key (one it happens to control)
1075
-
1076 1075
      * Either takes one argument:
1077 1076
      * @param array $options
1078 1077
      *
@@ -1707,7 +1706,6 @@  discard block
 block discarded – undo
1707 1706
 
1708 1707
     /**
1709 1708
      * convert a Satoshi value to a BTC value and return it as a string
1710
-
1711 1709
      * @param int       $satoshi
1712 1710
      * @return string
1713 1711
      */
Please login to merge, or discard this patch.