From 061b2b10df1e85c7977b46c7cfc1b780c34b734b Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 12 Jan 2010 11:05:56 +0100 Subject: [PATCH] Fix phpdoc. --- framework/Http/lib/Horde/Http/Client.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/framework/Http/lib/Horde/Http/Client.php b/framework/Http/lib/Horde/Http/Client.php index 054860141..9c9045d8a 100644 --- a/framework/Http/lib/Horde/Http/Client.php +++ b/framework/Http/lib/Horde/Http/Client.php @@ -46,17 +46,17 @@ class Horde_Http_Client * Horde_Http_Client constructor. * * @param array $args Any Http_Client settings to initialize in the - * constructor. Available settings are: - * client.httpMethodOverride - * client.proxyServer - * client.proxyUser - * client.proxyPass - * client.timeout - * request - * request.uri - * request.headers - * request.method - * request.data + * constructor. Available settings are: + * - client.httpMethodOverride + * - request + * - request.uri + * - request.headers + * - request.method + * - request.data + * - request.proxyServer + * - request.proxyUser + * - request.proxyPass + * - request.timeout */ public function __construct($args = array()) { -- 2.11.0