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 11<?php
2- /**
3- * PSR-7 compatible cURL based HTTP client
4- *
5- * @license http://opensource.org/licenses/MIT MIT
6- */
72namespace Http \Curl ;
83
94use Http \Client \Exception \RequestException ;
1611use 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 */
2624class CurlHttpClient implements HttpClient
2725{
You can’t perform that action at this time.
0 commit comments