Skip to content

Commit

Permalink
[DotEnv] Fix loadForEnv PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 29, 2018
1 parent 084fa54 commit c10710c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Dotenv/Dotenv.php
Expand Up @@ -52,7 +52,7 @@ public function load(string $path, string ...$extraPaths): void
}

/**
* 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.
*
Expand Down

0 comments on commit c10710c

Please sign in to comment.