We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0a817 commit 4099a11Copy full SHA for 4099a11
1 file changed
src/ENV.php
@@ -4,7 +4,8 @@
4
5
class ENV
6
{
7
- private static $env , $comma ;
+ private static $env;
8
+ private static $comma;
9
private static $dataset = [];
10
11
public static function set(string $filePath)
0 commit comments