diff --git a/tests/SanitizerTest.php b/tests/SanitizerTest.php index b9fa379..97514f0 100644 --- a/tests/SanitizerTest.php +++ b/tests/SanitizerTest.php @@ -112,7 +112,7 @@ public function testBadXMLReturnsFalse() 'line' => 16, ], ], - $sanitizer->getXmlIssues(), + $sanitizer->getXmlIssues() ); }