Skip to content

Commit 5c101bb

Browse files
committed
Fix sniffer issue
1 parent 7867d60 commit 5c101bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Binding/HTTPRedirect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public function receive(ServerRequestInterface $request): AbstractMessage
224224
* @return array The query data that is signed.
225225
* @throws \Exception
226226
*/
227-
private static function parseQuery() : array
227+
private static function parseQuery(): array
228228
{
229229
/*
230230
* Parse the query string. We need to do this ourself, so that we get access

0 commit comments

Comments
 (0)