Completed
Push — development ( 92ef32...3b2329 )
by Sebastian
03:01
created
include/classes/bitcoin.class.php 1 patch
Doc Comments   +2 added lines, -8 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
    * Convert a hex string into a (big) integer
39 39
    *
40 40
    * @param string $hex
41
-   * @return int
41
+   * @return string
42 42
    * @access private
43 43
    */
44 44
   private function decodeHex($hex) {
@@ -252,14 +252,8 @@  discard block
 block discarded – undo
252 252
    * 	Server password
253 253
    * @param string $address
254 254
    * 	Server hostname or IP address
255
-   * @param mixed $port
256
-   * 	Server port (string or integer)
257 255
    * @param string $certificate_path
258 256
    * 	Path on the local filesystem to server's PEM certificate (ignored if $scheme != "https")
259
-   * @param integer $debug_level
260
-   * 	0 (default) = no debugging;
261
-   * 	1 = echo JSON-RPC messages received to stdout;
262
-   * 	2 = log transmitted messages also
263 257
    * @return jsonrpc_client
264 258
    * @access public
265 259
    * @throws BitcoinClientException
@@ -286,7 +280,7 @@  discard block
 block discarded – undo
286 280
    *
287 281
    * To turn code compatible with BTC >= 0.16, getmininginfo() method used instead of getinfo()
288 282
    *
289
-   * @return mixed boolean TRUE if successful, or a fault string otherwise
283
+   * @return string|boolean boolean TRUE if successful, or a fault string otherwise
290 284
    * @access public
291 285
    * @throws none
292 286
    */
Please login to merge, or discard this patch.