File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 8
8
use Dotenv \Repository \RepositoryBuilder ;
9
9
use Dotenv \Repository \RepositoryInterface ;
10
10
use Dotenv \Store \StoreBuilder ;
11
- use PhpOption \Option ;
12
11
13
12
class Dotenv
14
13
{
Original file line number Diff line number Diff line change 2
2
3
3
namespace Dotenv \Store \File ;
4
4
5
- use PhpOption \Option ;
6
-
7
5
class Paths
8
6
{
9
7
/**
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public function testFileReadMultipleWithoutShortCircuitModeDirect()
70
70
{
71
71
$ this ->assertSame (
72
72
[
73
- $ this ->folder .DIRECTORY_SEPARATOR .'.env ' => "FOO=bar \nBAR=baz \nSPACED= \"with spaces \"\n\nNULL= \n" ,
73
+ $ this ->folder .DIRECTORY_SEPARATOR .'.env ' => "FOO=bar \nBAR=baz \nSPACED= \"with spaces \"\n\nNULL= \n" ,
74
74
$ this ->folder .DIRECTORY_SEPARATOR .'example.env ' => "EG= \"example \"\n" ,
75
75
],
76
76
Reader::read (
You can’t perform that action at this time.
0 commit comments