From e41d6361221a30ca9d996cde7591111e626b7e1c Mon Sep 17 00:00:00 2001 From: supahgreg Date: Thu, 9 Oct 2025 02:49:56 +0000 Subject: Remove dev dependencies and update the rest. --- vendor/theseer/tokenizer/src/Token.php | 35 ---------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 vendor/theseer/tokenizer/src/Token.php (limited to 'vendor/theseer/tokenizer/src/Token.php') diff --git a/vendor/theseer/tokenizer/src/Token.php b/vendor/theseer/tokenizer/src/Token.php deleted file mode 100644 index ffcbe4009..000000000 --- a/vendor/theseer/tokenizer/src/Token.php +++ /dev/null @@ -1,35 +0,0 @@ -line = $line; - $this->name = $name; - $this->value = $value; - } - - public function getLine(): int { - return $this->line; - } - - public function getName(): string { - return $this->name; - } - - public function getValue(): string { - return $this->value; - } -} -- cgit v1.2.3-54-g00ecf