Skip to content

Commit

Permalink
Merge pull request #19 from Ayesh/minor/deadcode-elm
Browse files Browse the repository at this point in the history
Remove unused `use var_dump` statement
  • Loading branch information
theseer committed Dec 2, 2023
2 parents b2ad500 + b89c3be commit 6bc8a4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Tokenizer.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php declare(strict_types = 1);
namespace TheSeer\Tokenizer;

use function var_dump;

class Tokenizer {

/**
Expand Down

0 comments on commit 6bc8a4c

Please sign in to comment.