Skip to content

Commit ccd56e2

Browse files
committed
Suppress phpstan-error that was deliberately triggered
1 parent 1700adb commit ccd56e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SAML2/HTTPRedirectTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ public function testSendAuthnResponseBespokeDestination(): void
382382
*/
383383
public function testDuplicateQueryParameters(): void
384384
{
385+
/* @phpstan-ignore array.duplicateKey */
385386
$q = ['SAMLRequest' => 'noot', 'SAMLRequest' => 'jet&wim', 'RelayState' => 'etc'];
386387
$request = new ServerRequest('GET', 'http://tnyholm.se');
387388
$request = $request->withQueryParams($q);

0 commit comments

Comments
 (0)