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 4452b37 commit 8cdf0b5Copy full SHA for 8cdf0b5
src/HttpWorker.php
@@ -76,7 +76,6 @@ public function waitRequest(): ?Request
76
/** @var RequestContext $context */
77
$context = \json_decode($payload->header, true, 512, \JSON_THROW_ON_ERROR);
78
79
-
80
return $this->arrayToRequest($payload->body, $context);
81
}
82
0 commit comments