diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-05-17 13:32:19 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-05-17 13:32:19 +0200 |
commit | 5645479c622eb36cf9869797896dc0921568c4a9 (patch) | |
tree | 7a1d0c2d4cb38f440fcc7ff1204d527ed96477cc /system/libraries/Xmlrpcs.php | |
parent | 92ebfb65ac044f5c2e6d88fba137253854cf1b94 (diff) |
Clean up the libraries
Diffstat (limited to 'system/libraries/Xmlrpcs.php')
-rw-r--r-- | system/libraries/Xmlrpcs.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/libraries/Xmlrpcs.php b/system/libraries/Xmlrpcs.php index f0c5b48e7..1853906ea 100644 --- a/system/libraries/Xmlrpcs.php +++ b/system/libraries/Xmlrpcs.php @@ -54,21 +54,21 @@ class CI_Xmlrpcs extends CI_Xmlrpc * @var array */ public $methods = array(); - + /** * Debug Message * * @var string */ public $debug_msg = ''; - + /** * XML RPC Server methods * * @var array */ public $system_methods = array(); - + /** * Configuration object * @@ -79,7 +79,8 @@ class CI_Xmlrpcs extends CI_Xmlrpc /** * Initialize XMLRPC class * - * @param array $config + * @param array $config + * @return void */ public function __construct($config = array()) { |