summaryrefslogtreecommitdiff
path: root/src/HTMLParser.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-03-10 10:54:32 +0000
committerStyleCI Bot <[email protected]>2017-03-10 10:54:32 +0000
commit52b15698db988be358bc36bcca3ac8facd6003e2 (patch)
treef5bb723beb912776e0308b776405a4f71a06c9d5 /src/HTMLParser.php
parentf57d028a5d808fd0ab88588ca3247c927ec27323 (diff)
Apply fixes from StyleCI
Diffstat (limited to 'src/HTMLParser.php')
-rw-r--r--src/HTMLParser.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/HTMLParser.php b/src/HTMLParser.php
index 0b407ae..3226904 100644
--- a/src/HTMLParser.php
+++ b/src/HTMLParser.php
@@ -533,6 +533,7 @@ class HTMLParser
* Gets nodes from the root element.
*
* @param $node Readability
+ *
* @return array
*/
private function getNodes(Readability $node)
@@ -1106,7 +1107,7 @@ class HTMLParser
* Checks if the node is a byline.
*
* @param Readability $node
- * @param string $matchString
+ * @param string $matchString
*
* @return bool
*/