Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 27, 2019
1 parent 33da7f7 commit 8810519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Element.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use IteratorAggregate;
use Countable;

final class Element extends SelfClosingElement implements ElementInterface, ArrayAccess, IteratorAggregate, Countable
final class Element implements ElementInterface, ArrayAccess, IteratorAggregate, Countable
{
use ElementTrait;

Expand Down

0 comments on commit 8810519

Please sign in to comment.