Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit 74da6eb

Browse files
authored
Merge pull request #28 from 8fold/8fold-sites
8fold sites
2 parents 39d98ce + 8f94685 commit 74da6eb

File tree

7 files changed

+0
-5
lines changed

7 files changed

+0
-5
lines changed

src/Element.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ class Element
1616

1717
protected $content;
1818

19-
// protected $extends;
20-
2119
protected $attributes;
2220

2321
protected $omitEndTag = false;

src/Html/Elements/HtmlElement.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ function($member) use (&$ordered, &$order) {
116116

117117
private function isKnownElement()
118118
{
119-
if (strlen($this->extends) > 0) {
120-
return (in_array($this->extends, Elements::all()));
121-
}
122119
return (in_array($this->element, Elements::all()));
123120
}
124121

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)