From 9d53a6356150cf4701b5606e23c6c9aed1027724 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Wed, 31 May 2017 09:12:10 +0000 Subject: Apply fixes from StyleCI --- src/HTMLParser.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/HTMLParser.php b/src/HTMLParser.php index cb2fab4..6e77e3f 100644 --- a/src/HTMLParser.php +++ b/src/HTMLParser.php @@ -195,6 +195,7 @@ class HTMLParser * objects and ruining the backup. * * @param string $html + * * @return DOMDocument */ private function loadHTML($html) @@ -251,7 +252,7 @@ class HTMLParser } /** - * Prepares the document for parsing + * Prepares the document for parsing. * * @param DOMDocument $dom */ -- cgit v1.2.3