Skip to content

Commit dd80f49

Browse files
committed
Fix CS
1 parent 656248b commit dd80f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Server/AuthorizationServerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ public function handleTokenRequest(ServerRequestInterface $request, TokenOwnerIn
6666
* @throws OAuth2Exception If no "token" is present
6767
*/
6868
public function handleRevocationRequest(ServerRequestInterface $request);
69-
}
69+
}

src/Server/ResourceServerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ interface ResourceServerInterface
4040
* @throws Exception\InvalidAccessTokenException If given access token is invalid or expired
4141
*/
4242
public function getAccessToken(ServerRequestInterface $request, $scopes = []);
43-
}
43+
}

0 commit comments

Comments
 (0)