Skip to content

Commit 15a389d

Browse files
CS fixes
1 parent de87d7b commit 15a389d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dotenv.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public function __construct(bool $usePutenv = true)
5454
/**
5555
* Loads one or several .env files.
5656
*
57-
* @param string $path A file to load
58-
* @param ...string $extraPaths A list of additional files to load
57+
* @param string $path A file to load
58+
* @param string[] ...$extraPaths A list of additional files to load
5959
*
6060
* @throws FormatException when a file has a syntax error
6161
* @throws PathException when a file does not exist or is not readable
@@ -112,8 +112,8 @@ public function loadEnv(string $path, string $varName = 'APP_ENV', string $defau
112112
/**
113113
* Loads one or several .env files and enables override existing vars.
114114
*
115-
* @param string $path A file to load
116-
* @param ...string $extraPaths A list of additional files to load
115+
* @param string $path A file to load
116+
* @param string[] ...$extraPaths A list of additional files to load
117117
*
118118
* @throws FormatException when a file has a syntax error
119119
* @throws PathException when a file does not exist or is not readable

0 commit comments

Comments
 (0)