summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-05-31 10:25:12 +0100
committerAndres Rey <[email protected]>2017-05-31 10:25:12 +0100
commita8174636e0398885d6c6052aed38118f241b0c39 (patch)
tree60b2a577070da4f2d31004bafb0b86eecc8b2c52
parent6ba05a25454b9a3ee9e2dc734ad56267793fe452 (diff)
parentf6265b42b19ca00cb66578a983b93e49e5299285 (diff)
Merge remote-tracking branch 'origin/pr-20-new-backup-approach' into pr-20-new-backup-approach
-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
*/