mirror of
https://github.com/pestphp/pest.git
synced 2026-06-08 12:12:17 +02:00
wip
This commit is contained in:
@ -79,9 +79,7 @@ final class PcovRestarter implements Restarter
|
||||
$env = [];
|
||||
|
||||
foreach (getenv() as $name => $value) {
|
||||
if (is_string($value)) {
|
||||
$env[$name] = $value;
|
||||
}
|
||||
$env[$name] = $value;
|
||||
}
|
||||
|
||||
return $env;
|
||||
|
||||
Reference in New Issue
Block a user