Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5dae669

Browse files
committed
minor #29012 [DotEnv] Fix loadForEnv PHPDoc (dunglas)
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
2 parents 084fa54 + c10710c commit 5dae669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Dotenv/Dotenv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function load(string $path, string ...$extraPaths): void
5252
}
5353

5454
/**
55-
* Loads one or several .env and the corresponding env.$env, env.local and env.$env.local files if they exist.
55+
* Loads one or several .env and the corresponding .env.$env, .env.local and .env.$env.local files if they exist.
5656
*
5757
* .env.local is always ignored in test env because tests should produce the same results for everyone.
5858
*

0 commit comments

Comments
 (0)