From 7ff5b2b1c2ad8ff0deaf3a98eb4456466a87eba0 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Thu, 5 Oct 2017 16:32:18 +0000 Subject: Apply fixes from StyleCI --- src/HTMLParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/HTMLParser.php b/src/HTMLParser.php index 903e466..6f76a25 100644 --- a/src/HTMLParser.php +++ b/src/HTMLParser.php @@ -213,7 +213,7 @@ class HTMLParser $html = mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8'); } - if($this->getConfig()->getOption('summonCthulhu')){ + if ($this->getConfig()->getOption('summonCthulhu')) { $html = preg_replace('/]*>([\s\S]*?)<\/script>/', '', $html); } -- cgit v1.2.3