Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd006a6

Browse files
committed
Fix comment
1 parent e0fecdd commit fd006a6

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
@@ -54,7 +54,7 @@ public function load(string $path, string ...$paths): void
5454
/**
5555
* Loads one or several .env and the corresponding env.local, env.$env and env.$env.local files if they exist.
5656
*
57-
* The env.test.local is always ignored because tests should produce the same results for everyone.
57+
* .env.local is always ignored in test env because tests should produce the same results for everyone.
5858
*
5959
* @param string $path A file to load
6060
* @param ...string $paths A list of additional files to load

0 commit comments

Comments
 (0)