Skip to content

Commit af4703f

Browse files
committed
minor symfony#22544 Fix misprint. (Aliance)
This PR was merged into the 3.3-dev branch. Discussion ---------- Fix misprint. | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | – | Fixed tickets | – | License | MIT | Doc PR | – Copied from symfony/dotenv#2 Commits ------- 2fa1628 Fix misprint.
2 parents b118226 + 2fa1628 commit af4703f

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
@@ -40,7 +40,7 @@ final class Dotenv
4040
* Loads one or several .env files.
4141
*
4242
* @param string $path A file to load
43-
* @param ...string $paths A list of additionnal files to load
43+
* @param ...string $paths A list of additional files to load
4444
*
4545
* @throws FormatException when a file has a syntax error
4646
* @throws PathException when a file does not exist or is not readable

0 commit comments

Comments
 (0)