Skip to content

Commit

Permalink
minor #22544 Fix misprint. (Aliance)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stof committed Apr 27, 2017
2 parents b118226 + 2fa1628 commit af4703f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Dotenv/Dotenv.php
Expand Up @@ -40,7 +40,7 @@ final class Dotenv
* Loads one or several .env files.
*
* @param string $path A file to load
* @param ...string $paths A list of additionnal files to load
* @param ...string $paths A list of additional files to load
*
* @throws FormatException when a file has a syntax error
* @throws PathException when a file does not exist or is not readable
Expand Down

0 comments on commit af4703f

Please sign in to comment.