Skip to content

Commit fdeec8f

Browse files
committed
Fix PHPDoc.
1 parent 11f8f6d commit fdeec8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CurlHttpClient.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function __construct(
7878
*
7979
* @return array
8080
*
81-
* @since 3.02
81+
* @since 1.00
8282
*/
8383
public function getDefaultOptions()
8484
{
@@ -162,7 +162,7 @@ public function sendRequest(RequestInterface $request)
162162
*
163163
* @throws RuntimeException on cURL error
164164
*
165-
* @since 3.00
165+
* @since 1.00
166166
*/
167167
protected function request($options, &$raw, &$info)
168168
{
@@ -191,7 +191,7 @@ protected function request($options, &$raw, &$info)
191191
*
192192
* @return ResponseInterface
193193
*
194-
* @since 3.02
194+
* @since 1.00
195195
*/
196196
protected function addHeaderToResponse($response, $name, $value)
197197
{

0 commit comments

Comments
 (0)