Skip to content

Commit c247ffc

Browse files
committed
Update OAuth2Endpoint.php
1 parent 2c073cf commit c247ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord/Endpoints/OAuth2Endpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private function get(
7575
string &$body
7676
): void
7777
{
78-
if (! $request instanceof ServerRequestInterface) {
78+
if (!$request instanceof ServerRequestInterface) {
7979
$response = Response::STATUS_METHOD_NOT_ALLOWED;
8080
$headers = ['Content-Type' => 'text/plain'];
8181
$body = 'Method Not Allowed';

0 commit comments

Comments
 (0)