summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-05-31 09:12:10 +0000
committerStyleCI Bot <[email protected]>2017-05-31 09:12:10 +0000
commit9d53a6356150cf4701b5606e23c6c9aed1027724 (patch)
treea514f36df78bdb203d985816c65d863e233ca55d /src
parent83e54ca3198ce541f1805b0930a7b15f57f696dd (diff)
Apply fixes from StyleCI
Diffstat (limited to 'src')
-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
*/