[DotEnv] Fix loadForEnv PHPDoc

This commit is contained in:
Kévin Dunglas 2018-10-29 08:11:34 +01:00
parent 084fa5433b
commit c10710c01e
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -52,7 +52,7 @@ final class Dotenv
}
/**
* Loads one or several .env and the corresponding env.$env, env.local and env.$env.local files if they exist.
* Loads one or several .env and the corresponding .env.$env, .env.local and .env.$env.local files if they exist.
*
* .env.local is always ignored in test env because tests should produce the same results for everyone.
*