From 52b15698db988be358bc36bcca3ac8facd6003e2 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Fri, 10 Mar 2017 10:54:32 +0000 Subject: Apply fixes from StyleCI --- test/HTMLParserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/HTMLParserTest.php b/test/HTMLParserTest.php index 673a1d5..9d7586e 100644 --- a/test/HTMLParserTest.php +++ b/test/HTMLParserTest.php @@ -13,7 +13,7 @@ class HTMLParserTest extends \PHPUnit_Framework_TestCase { $options = ['originalURL' => 'http://fakehost/test/test.html', 'fixRelativeURLs' => true, - 'substituteEntities' => true + 'substituteEntities' => true, ]; if ($config) { -- cgit v1.2.3