8000 [DotEnv] Remove `usePutEnv` property default value · symfony/symfony@362c339 · GitHub
[go: up one dir, main page]

Skip to content

Commit 362c339

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 a672132 commit 362c339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Dotenv/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)
0