Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dotzero committed Apr 15, 2018
1 parent ef73186 commit 08d7d80
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/Request/CurlHandle.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CurlHandle
private $handle;

/**
* CurlHandle destructor.
* Закрывает обработчик cURL
*/
public function __destruct()
{
Expand All @@ -35,11 +35,10 @@ public function __destruct()
}

/**
* Open cURL handle.
*
* @throws NetworkException
* Возвращает повторно используемый обработчик cURL или создает новый
*
* @return resource
* @throws NetworkException
*/
public function open()
{
Expand All @@ -56,7 +55,7 @@ public function open()
}

/**
* Close cURL handle.
* Сбрасывает настройки обработчика cURL
*/
public function close()
{
Expand Down

0 comments on commit 08d7d80

Please sign in to comment.