Skip to content

Commit

Permalink
BaseHtmlElement: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Timm Ortloff committed Jan 9, 2023
1 parent 11a2e40 commit 8eb83e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/BaseHtmlElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

namespace ipl\Html;

use ReflectionException;
use RuntimeException;
use WebSocket\Base;

/**
* Base class for HTML elements
Expand Down Expand Up @@ -360,9 +358,6 @@ public function renderUnwrapped()
);
}

/**
* @throws ReflectionException
*/
public function __clone()
{
parent::__clone();
Expand Down

0 comments on commit 8eb83e1

Please sign in to comment.