From dc73cbfdf624d626963980bd99c4ca22089e4f4d Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Sun, 16 Jun 2024 22:21:03 +0200 Subject: [PATCH] Add trailing comma's --- tests/XML/CustomSignableTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/XML/CustomSignableTest.php b/tests/XML/CustomSignableTest.php index e67df1ab..e8e2e9e8 100644 --- a/tests/XML/CustomSignableTest.php +++ b/tests/XML/CustomSignableTest.php @@ -49,7 +49,8 @@ public function testMarshalling(): void { $document = DOMDocumentFactory::fromString(<<Some -XML, +XML + , ); $customSignable = new CustomSignable($document->documentElement, null);