Skip to content

Commit

Permalink
Update phpdoc for ResponseBridge::fromOauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Nov 15, 2016
1 parent 45a9f3b commit 690b6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ResponseBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
class ResponseBridge
{
/**
* Copies values from the given Oauth2\Response to a Slim Response.
* Copies values from the given Oauth2\Response to a PSR-7 Http Response.
*
* @param OAuth2\Response $oauth2Response The OAuth2 server response.
*
* @return Response
* @return \Psr\Http\Message\ResponseInterface
*/
final public static function fromOauth2(OAuth2\Response $oauth2Response)
{
Expand Down

0 comments on commit 690b6b0

Please sign in to comment.