Skip to content

Commit 1700adb

Browse files
committed
Fix sniffer issue
1 parent 6e06120 commit 1700adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SAML2/HTTPRedirect.php

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

0 commit comments

Comments
 (0)