We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09cdd5 commit 842e9abCopy full SHA for 842e9ab
src/XML/samlp/Response.php
@@ -49,7 +49,10 @@ class Response extends AbstractStatusResponse implements SchemaValidatableElemen
49
* @param \SimpleSAML\SAML2\Type\SAMLAnyURIValue|null $destination
50
* @param \SimpleSAML\SAML2\Type\SAMLAnyURIValue|null $consent
51
* @param \SimpleSAML\SAML2\XML\samlp\Extensions $extensions
52
- * @param (\SimpleSAML\SAML2\XML\saml\Assertion|\SimpleSAML\SAML2\XML\saml\EncryptedAssertion)[] $assertions
+ * @param (
53
+ * \SimpleSAML\XMLSecurity\XML\SignableElementInterface
54
+ * &(\SimpleSAML\SAML2\XML\saml\Assertion|\SimpleSAML\SAML2\XML\saml\EncryptedAssertion)
55
+ * )[] $assertions
56
*/
57
final public function __construct(
58
IDValue $id,
0 commit comments