From dae3385b0a048ae24d3cb612cac1b97e9af4792d Mon Sep 17 00:00:00 2001 From: Askar Date: Tue, 21 May 2013 12:45:33 +0500 Subject: [PATCH] - fixed doc blocks --- dHttp/dHttp.php | 4 ++-- dHttp/dResponse.php | 2 +- tests/dHttpTest.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dHttp/dHttp.php b/dHttp/dHttp.php index 7f951fc..e483ec1 100644 --- a/dHttp/dHttp.php +++ b/dHttp/dHttp.php @@ -7,7 +7,7 @@ /** * dHttp - http client based curl * - * @version 0.2.0 + * @version 0.3.0 * @author Askar Fuzaylov */ class dHttp { @@ -127,7 +127,7 @@ public function get(array $options = array()) { /** * Send multithreaded queries - * + * * @param array $handlers * @return array * @throws \Exception diff --git a/dHttp/dResponse.php b/dHttp/dResponse.php index 1296854..8885883 100644 --- a/dHttp/dResponse.php +++ b/dHttp/dResponse.php @@ -7,7 +7,7 @@ /** * dHttp - http client based curl * - * @version 0.2.0 + * @version 0.3.0 * @author Askar Fuzaylov */ class dResponse { diff --git a/tests/dHttpTest.php b/tests/dHttpTest.php index 48198f3..2807593 100644 --- a/tests/dHttpTest.php +++ b/tests/dHttpTest.php @@ -1,6 +1,6 @@