Skip to content

Commit 4099a11

Browse files
committed
fixing phps
1 parent ce0a817 commit 4099a11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ENV.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
class ENV
66
{
7-
private static $env , $comma ;
7+
private static $env;
8+
private static $comma;
89
private static $dataset = [];
910

1011
public static function set(string $filePath)

0 commit comments

Comments
 (0)