Skip to content

Commit c0143cc

Browse files
committed
Fix incorrect case in class name
1 parent 48840db commit c0143cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XML/samlp/AuthzDecisionQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ final class AuthzDecisionQuery extends AbstractSubjectQuery implements SchemaVal
5252
* @param \SimpleSAML\SAML2\XML\samlp\Extensions $extensions
5353
*/
5454
public function __construct(
55-
IDVaLue $id,
55+
IDValue $id,
5656
Subject $subject,
5757
SAMLDateTimeValue $issueInstant,
5858
protected SAMLAnyURIValue $resource,

0 commit comments

Comments
 (0)