Skip to content

Commit 9c88011

Browse files
committed
cleanup
1 parent 7fea5a8 commit 9c88011

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Console/Commands/SetEnvCommand.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function handle()
101101
}
102102

103103
/**
104-
*
104+
* @return void
105105
*/
106106
public function validateOrCopyEnvFile()
107107
{
@@ -122,8 +122,6 @@ public function validateOrCopyEnvFile()
122122
*/
123123
public function validateOrUserEnvFile(): string
124124
{
125-
$default_env_vars_file = "";
126-
127125
if($this->option('file') !== null)
128126
{
129127
$default_env_vars_file = $this->option('file');

0 commit comments

Comments
 (0)