We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c073cf commit c247ffcCopy full SHA for c247ffc
src/Discord/Endpoints/OAuth2Endpoint.php
@@ -75,7 +75,7 @@ private function get(
75
string &$body
76
): void
77
{
78
- if (! $request instanceof ServerRequestInterface) {
+ if (!$request instanceof ServerRequestInterface) {
79
$response = Response::STATUS_METHOD_NOT_ALLOWED;
80
$headers = ['Content-Type' => 'text/plain'];
81
$body = 'Method Not Allowed';
0 commit comments