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

Phpdoc

parent 69d1dee4
No related branches found
No related tags found
No related merge requests found
...@@ -1146,9 +1146,9 @@ class SAML2 ...@@ -1146,9 +1146,9 @@ class SAML2
* *
* @param \SimpleSAML\Configuration $idpMetadata The metadata of the IdP. * @param \SimpleSAML\Configuration $idpMetadata The metadata of the IdP.
* @param \SimpleSAML\Configuration $spMetadata The metadata of the SP. * @param \SimpleSAML\Configuration $spMetadata The metadata of the SP.
* @param string $consumerURL The Destination URL of the response. * @param string $consumerURL The Destination URL of the response.
* *
* @return \SAML2\LogoutResponse The SAML2 LogoutResponse corresponding to the given data. * @return \SAML2\Response The SAML2 Response corresponding to the given data.
*/ */
private static function buildResponse( private static function buildResponse(
Configuration $idpMetadata, 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