Skip to content

Commit

Permalink
Fix doc-block
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed May 6, 2023
1 parent 50057ab commit fc6c24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SAML2/SOAP.php
Expand Up @@ -84,7 +84,7 @@ public function send(AbstractMessage $message): ResponseInterface
* Receive a SAML 2 message sent using the HTTP-POST binding.
*
* @param \Psr\Http\Message\ServerRequestInterface $request
* @return \SimpleSAML\SAML2\XML\samlp\AnstractMessage The received message.
* @return \SimpleSAML\SAML2\XML\samlp\AbstractMessage The received message.
*
* @throws \Exception If unable to receive the message
*/
Expand Down

0 comments on commit fc6c24c

Please sign in to comment.