Skip to content

Commit

Permalink
resolve wrong interface dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
slince committed Apr 13, 2017
1 parent 2a12bc4 commit 6a49825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Client.php
Expand Up @@ -8,7 +8,7 @@
use GuzzleHttp\Client as HttpClient;
use GuzzleHttp\Cookie\CookieJar;
use GuzzleHttp\Psr7\Request;
use Psr\Http\Message\ResponseInterface;
use GuzzleHttp\Psr7\Response;
use Slince\SmartQQ\Entity\Discuss;
use Slince\SmartQQ\Entity\DiscussDetail;
use Slince\SmartQQ\Entity\Friend;
Expand Down Expand Up @@ -410,7 +410,7 @@ public function sendMessage(RequestMessage $message)

/**
* @param RequestInterface $request
* @return ResponseInterface
* @return Response
*/
protected function sendRequest(RequestInterface $request)
{
Expand Down

0 comments on commit 6a49825

Please sign in to comment.