Skip to content

Commit

Permalink
remove debug Get Path
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Jun 26, 2019
1 parent 211d52b commit 0b2f3ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/Elements/HtmlElementNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ public function _setParent(HtmlContainerElement $parent);

public function getParent() : HtmlContainerElement;

public function debugGetPath();

}
5 changes: 0 additions & 5 deletions src/Fhtml/FHtml.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,4 @@ public function offsetUnset($offset)
throw new \InvalidArgumentException("Not implemented yet");
}


public function debugGetPath()
{
return $this->getNode()->debugGetPath();
}
}

0 comments on commit 0b2f3ed

Please sign in to comment.