Skip to content

Commit

Permalink
- fixed doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ARACOOOL committed May 21, 2013
1 parent 4605424 commit dae3385
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dHttp/dHttp.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* dHttp - http client based curl
*
* @version 0.2.0
* @version 0.3.0
* @author Askar Fuzaylov <tkdforever@gmail.com>
*/
class dHttp {
Expand Down Expand Up @@ -127,7 +127,7 @@ public function get(array $options = array()) {

/**
* Send multithreaded queries
*
*
* @param array $handlers
* @return array
* @throws \Exception
Expand Down
2 changes: 1 addition & 1 deletion dHttp/dResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* dHttp - http client based curl
*
* @version 0.2.0
* @version 0.3.0
* @author Askar Fuzaylov <tkdforever@gmail.com>
*/
class dResponse {
Expand Down
2 changes: 1 addition & 1 deletion tests/dHttpTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @author: User
* @author: Askar
* @date: 20.05.13
*/
include_once(__DIR__ . '/../dHttp/dHttp.php');
Expand Down

0 comments on commit dae3385

Please sign in to comment.