Skip to content

Commit 1e1509c

Browse files
committed
Change PHPDoc.
1 parent 79eab45 commit 1e1509c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

src/CurlHttpClient.php

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<?php
2-
/**
3-
* PSR-7 compatible cURL based HTTP client
4-
*
5-
* @license http://opensource.org/licenses/MIT MIT
6-
*/
72
namespace Http\Curl;
83

94
use Http\Client\Exception\RequestException;
@@ -16,12 +11,15 @@
1611
use Psr\Http\Message\ResponseInterface;
1712

1813
/**
19-
* @author Kemist <kemist1980@gmail.com>
20-
* @author Михаил Красильников <m.krasilnikov@yandex.ru>
21-
* @author Blake Williams <github@shabbyrobe.org>
14+
* PSR-7 compatible cURL based HTTP client
15+
*
16+
* @license http://opensource.org/licenses/MIT MIT
17+
*
18+
* @author Kemist <kemist1980@gmail.com>
19+
* @author Михаил Красильников <m.krasilnikov@yandex.ru>
20+
* @author Blake Williams <github@shabbyrobe.org>
2221
*
23-
* @api
24-
* @since 1.00
22+
* @since 1.0.0
2523
*/
2624
class CurlHttpClient implements HttpClient
2725
{

0 commit comments

Comments
 (0)