summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-05-31 10:12:23 +0100
committerGitHub <[email protected]>2017-05-31 10:12:23 +0100
commitf6265b42b19ca00cb66578a983b93e49e5299285 (patch)
treea514f36df78bdb203d985816c65d863e233ca55d
parent83e54ca3198ce541f1805b0930a7b15f57f696dd (diff)
parent9d53a6356150cf4701b5606e23c6c9aed1027724 (diff)
Merge pull request #22 from andreskrey/analysis-8mVroD
Apply fixes from StyleCI
-rw-r--r--src/HTMLParser.php3
1 files changed, 2 insertions, 1 deletions
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
*/