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 6167fd8 commit 39b5ee7Copy full SHA for 39b5ee7
src/Discord/Drivers/React.php
@@ -54,7 +54,7 @@ public function __construct(LoopInterface $loop, array $options = [])
54
$this->browser = $browser->withRejectErrorResponse(false);
55
}
56
57
- public function runRequest(Request $request): PromiseInterface
+ public function runRequest($request): PromiseInterface
58
{
59
return $this->browser->{$request->getMethod()}(
60
$request->getUrl(),
0 commit comments