Skip to content
Snippets Groups Projects
Unverified Commit 530c583e authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

PHPdoc

parent e214c221
No related branches found
No related tags found
No related merge requests found
......@@ -1110,7 +1110,7 @@ class SAML2
* @param array $association The SP association.
* @param string|null $relayState An id that should be carried across the logout.
*
* @return \SAML2\LogoutResponse The corresponding SAML2 logout response.
* @return \SAML2\LogoutRequest The corresponding SAML2 logout request.
*/
private static function buildLogoutRequest(
Configuration $idpMetadata,
......@@ -1148,7 +1148,7 @@ class SAML2
* @param \SimpleSAML\Configuration $spMetadata The metadata of the SP.
* @param string $consumerURL The Destination URL of the response.
*
* @return \SAML2\LogoutRequest The SAML2 LogoutRequest corresponding to the given data.
* @return \SAML2\LogoutResponse The SAML2 LogoutResponse corresponding to the given data.
*/
private static function buildResponse(
Configuration $idpMetadata,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment