CLI command cleanup

This commit is contained in:
Matias Griese
2020-12-07 13:36:51 +02:00
parent c2a2ef212e
commit eccaf4acff
3 changed files with 1 additions and 6 deletions

View File

@@ -23,9 +23,6 @@ class InstallCommand extends ConsoleCommand
/** @var array */
protected $config;
/** @var array */
protected $local_config;
/** @var string */
protected $destination;

View File

@@ -146,6 +146,7 @@ trait ConsoleTrait
$file = YamlFile::instance($local_config_file);
$this->local_config = $file->content();
$file->free();
return $local_config_file;
}

View File

@@ -49,9 +49,6 @@ class InstallCommand extends ConsoleCommand
/** @var string */
protected $tmp;
/** @var array */
protected $local_config;
/** @var bool */
protected $use_symlinks;