From 7c3700e8cfcbeacada3564758aea9a659849e397 Mon Sep 17 00:00:00 2001 From: Yusuf Kandemir Date: Mon, 12 Nov 2018 11:31:45 +0300 Subject: [PATCH] Style fix --- tests/MicrodataParserTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/MicrodataParserTest.php b/tests/MicrodataParserTest.php index 22caeb9..3848fa1 100644 --- a/tests/MicrodataParserTest.php +++ b/tests/MicrodataParserTest.php @@ -11,7 +11,8 @@ class MicrodataParserTest extends \PHPUnit\Framework\TestCase libxml_use_internal_errors(true); // Ignore warnings of DOMDocument::loadHTML check } - protected function getParser($data) { + protected function getParser($data) + { $dom = new \DOMDocument; $dom->loadHTML($data['source']); $dom->documentURI = $data['uri'];