Skip to content

Commit 7b8e7d2

Browse files
committed
TMP: analyze interop issue
1 parent 2379717 commit 7b8e7d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/XML/md/AbstractRoleDescriptorType.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,11 @@ public function __construct(
7171
* urn:oasis:names:tc:SAML:2.0:protocol.
7272
*/
7373
var_dump(strval($protocolSupportEnumeration));
74-
var_dump(C::NS_SAMLP);
7574
Assert::contains(
7675
strval($protocolSupportEnumeration),
7776
C::NS_SAMLP,
7877
'SAML v2.0 entities MUST include the SAML protocol namespace URI in their'
79-
. ' protocolSupportEnumeration attribute',
78+
. ' protocolSupportEnumeration attribute; %s given',
8079
ProtocolViolationException::class,
8180
);
8281
Assert::maxCount($contact, C::UNBOUNDED_LIMIT);

0 commit comments

Comments
 (0)