Skip to content

Commit 4481aa4

Browse files
Merge branch '5.4' into 6.2
* 5.4: [Tests] Remove occurrences of `withConsecutive()` Fix support binary values in parameters. [Dotenv] Improve Dotenv::usePutenv phpdoc
2 parents f2b09b7 + 77b7660 commit 4481aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dotenv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function setProdEnvs(array $prodEnvs): static
5858

5959
/**
6060
* @param bool $usePutenv If `putenv()` should be used to define environment variables or not.
61-
* Beware that `putenv()` is not thread safe, that's why this setting defaults to false
61+
* Beware that `putenv()` is not thread safe, that's why it's not enabled by default
6262
*
6363
* @return $this
6464
*/

0 commit comments

Comments
 (0)