summaryrefslogtreecommitdiff
path: root/src/ReadabilityInterface.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2016-11-13 11:42:43 +0000
committerAndres Rey <[email protected]>2016-11-13 11:42:43 +0000
commit572ee51c33b27f4e8e0e945d862d5fddf34a36e2 (patch)
tree9f1d2c2ff0cb329c328d327f22c9fc62fd6748b8 /src/ReadabilityInterface.php
parent1490fc0ed8422f117fbc2a1a99039993a2161297 (diff)
Bunch of changes imported from JS project.
Moved hasSinglePElement to HTMLParser, removed the interface declaration. New hasSingleChildBlockElement function on HTMLParser
Diffstat (limited to 'src/ReadabilityInterface.php')
-rw-r--r--src/ReadabilityInterface.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ReadabilityInterface.php b/src/ReadabilityInterface.php
index 7cb8110..5439cb2 100644
--- a/src/ReadabilityInterface.php
+++ b/src/ReadabilityInterface.php
@@ -14,11 +14,6 @@ interface ReadabilityInterface extends ElementInterface
public function tagNameEqualsTo($value);
/**
- * @return bool
- */
- public function hasSinglePNode();
-
- /**
* @return int
*/
public function getNodeAncestors();