From 2fa162874363e6b3d4f9da027927a10eb4e2e885 Mon Sep 17 00:00:00 2001 From: Lesnykh Ilia Date: Thu, 27 Apr 2017 10:47:28 +0300 Subject: [PATCH] Fix misprint. --- src/Symfony/Component/Dotenv/Dotenv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Dotenv/Dotenv.php b/src/Symfony/Component/Dotenv/Dotenv.php index a7435f2ef926c..1e665fb537a70 100644 --- a/src/Symfony/Component/Dotenv/Dotenv.php +++ b/src/Symfony/Component/Dotenv/Dotenv.php @@ -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