Skip to content

Commit

Permalink
Add trailing comma's
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jun 16, 2024
1 parent e9139c5 commit dc73cbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/XML/CustomSignableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ public function testMarshalling(): void
{
$document = DOMDocumentFactory::fromString(<<<XML
<ssp:CustomSignable xmlns:ssp="urn:x-simplesamlphp:namespace"><ssp:Chunk>Some</ssp:Chunk></ssp:CustomSignable>
XML,
XML
,
);

$customSignable = new CustomSignable($document->documentElement, null);
Expand Down

0 comments on commit dc73cbf

Please sign in to comment.