Remove extra line (#105)

This commit is contained in:
Bruce Wells 2022-05-09 14:26:21 -04:00 committed by GitHub
parent 645f1dfbc6
commit da506a7ce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ class Token
public string $type = self::Literal; public string $type = self::Literal;
public $value; public $value;
public ?string $name; public ?string $name;