Skip to content

Commit 0a012e0

Browse files
committed
[DotEnv] Remove usePutEnv property default value
The value is already set in the constructor (and changes in 5.0) and the class is final.
1 parent 62d93bf commit 0a012e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dotenv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final class Dotenv
3535
private $data;
3636
private $end;
3737
private $values;
38-
private $usePutenv = true;
38+
private $usePutenv;
3939

4040
/**
4141
* @var bool If `putenv()` should be used to define environment variables or not.

0 commit comments

Comments
 (0)