Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Aug 1, 2015
1 parent 656248b commit dd80f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Server/AuthorizationServerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ public function handleTokenRequest(ServerRequestInterface $request, TokenOwnerIn
* @throws OAuth2Exception If no "token" is present
*/
public function handleRevocationRequest(ServerRequestInterface $request);
}
}
2 changes: 1 addition & 1 deletion src/Server/ResourceServerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ interface ResourceServerInterface
* @throws Exception\InvalidAccessTokenException If given access token is invalid or expired
*/
public function getAccessToken(ServerRequestInterface $request, $scopes = []);
}
}

0 comments on commit dd80f49

Please sign in to comment.