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 @@