Skip to content

Commit 1f28b9b

Browse files
Merge branch '5.3' into 5.4
* 5.3: [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI [VarDumper] add more "transient-on-macos" groups
2 parents 9bd173f + 6ff81d0 commit 1f28b9b

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
@@ -81,8 +81,8 @@ public function usePutenv(bool $usePutenv = true): self
8181
/**
8282
* Loads one or several .env files.
8383
*
84-
* @param string $path A file to load
85-
* @param ...string $extraPaths A list of additional files to load
84+
* @param string $path A file to load
85+
* @param string[] ...$extraPaths A list of additional files to load
8686
*
8787
* @throws FormatException when a file has a syntax error
8888
* @throws PathException when a file does not exist or is not readable
@@ -167,8 +167,8 @@ public function bootEnv(string $path, string $defaultEnv = 'dev', array $testEnv
167167
/**
168168
* Loads one or several .env files and enables override existing vars.
169169
*
170-
* @param string $path A file to load
171-
* @param ...string $extraPaths A list of additional files to load
170+
* @param string $path A file to load
171+
* @param string[] ...$extraPaths A list of additional files to load
172172
*
173173
* @throws FormatException when a file has a syntax error
174174
* @throws PathException when a file does not exist or is not readable

0 commit comments

Comments
 (0)