Skip to content

Commit

Permalink
minor #29012 [DotEnv] Fix loadForEnv PHPDoc (dunglas)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.2-dev branch.

Discussion
----------

[DotEnv] Fix loadForEnv PHPDoc

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #28533 (review)
| License       | MIT
| Doc PR        | n/a

<!--
Write a short README entry for your feature/bugfix here (replace this comment block.)
This will help people understand your PR and can be used as a start of the Doc PR.
Additionally:
 - Bug fixes must be submitted against the lowest branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too).
 - Features and deprecations must be submitted against the master branch.
-->

Commits
-------

c10710c [DotEnv] Fix loadForEnv PHPDoc
  • Loading branch information
fabpot committed Oct 29, 2018
2 parents 084fa54 + c10710c commit 5dae669
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 5dae669

Please sign in to comment.