Skip to content
Snippets Groups Projects
Commit c7dbe281 authored by jurgenhaas's avatar jurgenhaas
Browse files

Cosmetics

parent 3e9496c1
No related branches found
No related tags found
No related merge requests found
Pipeline #5821 failed
......@@ -72,6 +72,7 @@ final class Dotenv {
if ($this->io->isInteractive()) {
$value = $this->io->ask($prompt . ': ');
}
/** @noinspection NotOptimalIfConditionsInspection */
if (empty($value)) {
$value = $default;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment