We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98d485 commit a798a84Copy full SHA for a798a84
src/XML/md/AbstractRoleDescriptorType.php
@@ -75,7 +75,7 @@ public function __construct(
75
strval($protocolSupportEnumeration),
76
C::NS_SAMLP,
77
'SAML v2.0 entities MUST include the SAML protocol namespace URI in their'
78
- . ' protocolSupportEnumeration attribute; %s given',
+ . ' protocolSupportEnumeration attribute; %s given %2$s and %1$s',
79
ProtocolViolationException::class,
80
);
81
Assert::maxCount($contact, C::UNBOUNDED_LIMIT);
0 commit comments