Skip to content

Commit

Permalink
PHPDoc improvements and type hinting of variables. (bshaffer#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored and maxailloud committed May 23, 2018
1 parent 061f814 commit 83944a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OAuth2/Controller/TokenController.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,4 @@ public function revokeToken(RequestInterface $request, ResponseInterface $respon

return true;
}
}
}
2 changes: 1 addition & 1 deletion src/OAuth2/ResponseType/AccessToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ public function revokeToken($token, $tokenTypeHint = null)

return $revoked;
}
}
}

0 comments on commit 83944a8

Please sign in to comment.