Skip to content

Commit

Permalink
Remove broken attributes charset
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-lenz committed Apr 21, 2023
1 parent 7de47ae commit b94cf8d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/models/Attributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
*/
class Attributes extends Markup
{
/**
* @var string
*/
public string $charset;

/**
* @var array
*/
Expand All @@ -29,7 +24,6 @@ class Attributes extends Markup
public function __construct(array $values = [], string $charset = 'utf-8') {
parent::__construct('', $charset);

$this->$charset = $charset;
$this->values = $values;
}

Expand Down

0 comments on commit b94cf8d

Please sign in to comment.