Skip to content

Commit 38b8a5f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/XML/md/AbstractRoleDescriptorType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ public function __construct(
7070
* role element. For SAML V2.0 entities, this set MUST include the SAML protocol namespace URI,
7171
* urn:oasis:names:tc:SAML:2.0:protocol.
7272
*/
73-
var_dump(strval($protocolSupportEnumeration));
73+
var_dump($protocolSupportEnumeration);
7474
Assert::contains(
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 %2$s and %1$s',
78+
. ' protocolSupportEnumeration attribute; %s given',
7979
ProtocolViolationException::class,
8080
);
8181
Assert::maxCount($contact, C::UNBOUNDED_LIMIT);

0 commit comments

Comments
 (0)