From 760654334b102faeb9d6f4f2f67666e739960946 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Thu, 21 Mar 2019 19:11:49 -0400 Subject: [PATCH] Make StyleCI happy again --- tests/unit/Util/XmlTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/Util/XmlTest.php b/tests/unit/Util/XmlTest.php index 29c2f0daf6..44b7de5ce5 100644 --- a/tests/unit/Util/XmlTest.php +++ b/tests/unit/Util/XmlTest.php @@ -39,4 +39,4 @@ public function dataProviderForTestEscape() yield ['�', '�', false]; yield ['�', '�', true]; } -} \ No newline at end of file +}