We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e06120 commit 1700adbCopy full SHA for 1700adb
src/SAML2/HTTPRedirect.php
@@ -220,7 +220,7 @@ public function receive(ServerRequestInterface $request): AbstractMessage
220
* @return array The query data that is signed.
221
* @throws \Exception
222
*/
223
- private static function parseQuery() : array
+ private static function parseQuery(): array
224
{
225
/*
226
* Parse the query string. We need to do this ourself, so that we get access
0 commit comments