Skip to content

Commit

Permalink
Remove unused use var_dump statement
Browse files Browse the repository at this point in the history
Removes 1 unused `var_dump` function `use` statement from `Tokenizer.php`
  • Loading branch information
Ayesh committed Nov 27, 2023
1 parent b2ad500 commit b89c3be
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 b89c3be

Please sign in to comment.