Skip to content

Commit

Permalink
drop unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xHeaven authored and CommandString committed May 22, 2023
1 parent 7553971 commit 2afbfb1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
use LogicException;
use RuntimeException;

use function count;
use function explode;
use function preg_match;
use function trim;

class Env implements ArrayAccess
{
protected static ?self $instance = null;
Expand Down

0 comments on commit 2afbfb1

Please sign in to comment.