ns nl
This commit is contained in:
parent
178423d59e
commit
605cb430f3
|
@ -61,7 +61,7 @@ class PutEnv {
|
|||
if (strlen($next) === 0 || $next[0] !== '=') {
|
||||
continue;
|
||||
}
|
||||
$this->content[$l] = $key . '=' . $value . PHP_EOF;
|
||||
$this->content[$l] = $key . '=' . $value . \PHP_EOF;
|
||||
$changed++;
|
||||
}
|
||||
if ($changed === 0) {
|
||||
|
|
Loading…
Reference in New Issue