Skip to content
This repository was archived by the owner on Jan 16, 2018. It is now read-only.

Commit 613bd16

Browse files
committed
Update HTTPlug to alpha3, fixes #22
1 parent c0b186e commit 613bd16

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=5.4",
15-
"php-http/httplug": "1.0.0-alpha2",
15+
"php-http/httplug": "1.0.0-alpha3",
1616
"php-http/message-factory": "^1.0"
1717
},
1818
"require-dev": {

src/HttpMethodsClient.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/**
1414
* Convenience HTTP client that integrates the MessageFactory in order to send
15-
* requests in the form of
15+
* requests in the following form:
1616
*
1717
* $client
1818
* ->get('/foo')
@@ -37,8 +37,6 @@ class HttpMethodsClient implements HttpClient
3737
private $messageFactory;
3838

3939
/**
40-
* Instantiate the message client with a client and a message factory.
41-
*
4240
* @param HttpClient $httpClient The client to send requests with.
4341
* @param MessageFactory $messageFactory The message factory to create requests.
4442
*/

0 commit comments

Comments
 (0)