Skip to content

Commit 69705e8

Browse files
committed
Remove TODO
1 parent 885e575 commit 69705e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Server/Grants/PreAuthCodeGrant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function respondToAccessTokenRequest(
175175
$resultBag = $this->requestRulesManager->check(
176176
$request,
177177
[AuthorizationDetailsRule::class],
178-
// TODO: Response mode is not relevant for token request, as there is
178+
// Response mode is not relevant for token request, as there is
179179
// no redirection, but we need to provide something to execute rules.
180180
new QueryResponseMode(),
181181
$this->allowedTokenHttpMethods,

0 commit comments

Comments
 (0)