summaryrefslogtreecommitdiff
path: root/src/Readability.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Readability.php')
-rw-r--r--src/Readability.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Readability.php b/src/Readability.php
index 90d18d7..4dcde3c 100644
--- a/src/Readability.php
+++ b/src/Readability.php
@@ -108,6 +108,7 @@ class Readability
* Main parse function.
*
* @param $html
+ *
* @throws ParseException
*
* @return array|bool
@@ -444,7 +445,7 @@ class Readability
}
/**
- * Convert URI to an absolute URI
+ * Convert URI to an absolute URI.
*
* @param $uri string URI to convert
*
@@ -484,7 +485,7 @@ class Readability
}
/**
- * Returns full path info of an URL
+ * Returns full path info of an URL.
*
* @param string $url
*
@@ -1371,6 +1372,7 @@ class Readability
/**
* @param DOMDocument $article
+ *
* @return DOMDocument
*/
public function postProcessContent(DOMDocument $article)