8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fecdd commit 6173590Copy full SHA for 6173590
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.
+ * The 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