Skip to content

Commit 99b7847

Browse files
authored
Remove wrong PHPDoc
The processResponse method has no $stay variable and the @phpstan-return PHPDoc was giving me a hard time in PHPStan.
1 parent 5808997 commit 99b7847

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Saml2/Auth.php

-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ public function setSchemasPath($path)
220220
* Process the SAML Response sent by the IdP.
221221
*
222222
* @param string|null $requestId The ID of the AuthNRequest sent by this SP to the IdP
223-
* @phpstan-return ($stay is true ? string : never)
224223
*
225224
* @throws Error
226225
* @throws ValidationError

0 commit comments

Comments
 (0)