Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fecdd commit fd006a6Copy full SHA for fd006a6
src/Symfony/Component/Dotenv/Dotenv.php
@@ -54,7 +54,7 @@ public function load(string $path, string ...$paths): void
54
/**
55
* Loads one or several .env and the corresponding env.local, env.$env and env.$env.local files if they exist.
56
*
57
- * The env.test.local is always ignored because tests should produce the same results for everyone.
+ * .env.local is always ignored in test env because tests should produce the same results for everyone.
58
59
* @param string $path A file to load
60
* @param ...string $paths A list of additional files to load
0 commit comments