minor #22087 Fix some invalid phpdoc in the Dotenv class (stof)

This PR was merged into the 3.3-dev branch.

Discussion
----------

Fix some invalid phpdoc in the Dotenv class

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Commits
-------

14525b73b8 Fix some invalid phpdoc in the Dotenv class
This commit is contained in:
Fabien Potencier 2017-03-21 07:24:05 -07:00
commit c797fc4462

View File

@ -61,7 +61,7 @@ final class Dotenv
*
* Note that existing environment variables are never overridden.
*
* @param array An array of env variables
* @param array $values An array of env variables
*/
public function populate($values)
{