summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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
*/