Skip to content

Commit 10ad29c

Browse files
committed
codesniffer: Fix long line
1 parent 13407ae commit 10ad29c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/SAML2/XML/md/ExtensionsTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ public function testUnmarshalling(): void
171171
<mdui:DiscoHints>
172172
<mdui:IPHint>127.0.0.1</mdui:IPHint>
173173
</mdui:DiscoHints>
174-
<idpdisc:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://example.org/authenticate/sp" index="1"/>
174+
<idpdisc:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
175+
Location="https://example.org/authenticate/sp"
176+
index="1"/>
175177
<alg:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
176178
<alg:SigningMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha224" MinKeySize="1024" MaxKeySize="4096"/>
177179
<ns:SomeChunk foo="bar">SomeText</ns:SomeChunk>

0 commit comments

Comments
 (0)