Skip to content

Commit

Permalink
Fix for Guzzle client adapter
Browse files Browse the repository at this point in the history
Remove unused method from interface
  • Loading branch information
seregazhuk committed Apr 1, 2018
1 parent 70dc7c0 commit f1c0222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## v0.2.4 - 2018-04-01
### Fixed:
- Guzzle client adapter

## v0.2.3 - 2018-03-28
### Fixed:
- Endpoints classes refactoring (#3 by @seregazhuk)
Expand Down
6 changes: 0 additions & 6 deletions src/Contracts/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ public function put($uri, array $body = [], array $headers = []);
*/
public function delete($uri, array $body = [], array $headers = []);

/**
* @param string $url
* @return $this
*/
public function setBaseUrl($url);

/**
* @return array
*/
Expand Down

0 comments on commit f1c0222

Please sign in to comment.