summaryrefslogtreecommitdiff
path: root/src/Nodes/NodeTrait.php
AgeCommit message (Collapse)Author
2018-01-27Make sure that we do not allow the DOMDocument reach the parsing algorithm ↵Andres Rey
(Because we use/abuse the parentNode call, and a DOMDocument does not have a parent)
2017-12-01Move the DOM classes to its own namespaceAndres Rey
2017-12-01Merge remote-tracking branch 'origin/v1.0' into v1.0Andres Rey
# Conflicts: # src/NodeClass/DOMNode.php # src/Readability.php
2017-12-01Rename NodeClass namespace to NodesAndres Rey