Skip to content

Commit

Permalink
Remove wrong PHPDoc
Browse files Browse the repository at this point in the history
The processResponse method has no $stay variable and the @phpstan-return PHPDoc was giving me a hard time in PHPStan.
  • Loading branch information
greew authored Oct 3, 2024
1 parent 5808997 commit 99b7847
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Saml2/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ public function setSchemasPath($path)
* Process the SAML Response sent by the IdP.
*
* @param string|null $requestId The ID of the AuthNRequest sent by this SP to the IdP
* @phpstan-return ($stay is true ? string : never)
*
* @throws Error
* @throws ValidationError
Expand Down

0 comments on commit 99b7847

Please sign in to comment.