PHP Code Sniffer fixes

This commit is contained in:
Ismo Vuorinen
2017-02-27 13:32:13 +02:00
parent f14a1d8769
commit 3e9d7e8b06

View File

@@ -73,7 +73,6 @@ class Gozer extends Command
}
if ($this->confirm($confirmationQuestion)) {
$connection = $this->getConnection();
$tables = $this->getTables($connection);
@@ -130,7 +129,6 @@ class Gozer extends Command
$this->line('');
$this->line('');
}
$this->info('Done.');