File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * PSR-7 compatible cURL based HTTP client
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
7
2
namespace Http \Curl ;
8
3
9
4
use Http \Client \Exception \RequestException ;
16
11
use Psr \Http \Message \ResponseInterface ;
17
12
18
13
/**
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>
22
21
*
23
- * @api
24
- * @since 1.00
22
+ * @since 1.0.0
25
23
*/
26
24
class CurlHttpClient implements HttpClient
27
25
{
You can’t perform that action at this time.
0 commit comments