Skip to content

Commit

Permalink
Merge pull request #254 from overtrue/master
Browse files Browse the repository at this point in the history
CS.
  • Loading branch information
overtrue committed Jan 15, 2016
2 parents c2ecd38 + cdafa11 commit d951059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Core/AbstractAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ protected function registerHttpMiddleware()
/**
* Attache access token to request query.
*
* @return Closure
* @return \Closure
*/
public function accessTokenMiddleware()
{
Expand All @@ -173,7 +173,7 @@ public function accessTokenMiddleware()
/**
* Log the request.
*
* @return \GuzzleHttp\Middleware
* @return \Closure
*/
public function logMiddleware()
{
Expand All @@ -186,7 +186,7 @@ public function logMiddleware()
/**
* Return retry middleware.
*
* @return \GuzzleHttp\RetryMiddleware
* @return \Closure
*/
protected function retryMiddleware()
{
Expand Down

0 comments on commit d951059

Please sign in to comment.