We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7867d60 commit 5c101bbCopy full SHA for 5c101bb
src/Binding/HTTPRedirect.php
@@ -224,7 +224,7 @@ public function receive(ServerRequestInterface $request): AbstractMessage
224
* @return array The query data that is signed.
225
* @throws \Exception
226
*/
227
- private static function parseQuery() : array
+ private static function parseQuery(): array
228
{
229
/*
230
* Parse the query string. We need to do this ourself, so that we get access
0 commit comments