Fix some invalid phpdoc in the Dotenv class

This commit is contained in:
Christophe Coevoet 2017-03-21 10:34:30 +01:00
parent 6643fe2fa8
commit 14525b73b8

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)
{