Skip to content

Commit a798a84

Browse files
committed
TMP: analyze interop issue
1 parent e98d485 commit a798a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XML/md/AbstractRoleDescriptorType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function __construct(
7575
strval($protocolSupportEnumeration),
7676
C::NS_SAMLP,
7777
'SAML v2.0 entities MUST include the SAML protocol namespace URI in their'
78-
. ' protocolSupportEnumeration attribute; %s given',
78+
. ' protocolSupportEnumeration attribute; %s given %2$s and %1$s',
7979
ProtocolViolationException::class,
8080
);
8181
Assert::maxCount($contact, C::UNBOUNDED_LIMIT);

0 commit comments

Comments
 (0)