mirror of
https://github.com/superhelio/commands.git
synced 2026-02-09 11:51:05 +00:00
PHP Code Sniffer fixes
This commit is contained in:
@@ -73,7 +73,6 @@ class Gozer extends Command
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($this->confirm($confirmationQuestion)) {
|
if ($this->confirm($confirmationQuestion)) {
|
||||||
|
|
||||||
$connection = $this->getConnection();
|
$connection = $this->getConnection();
|
||||||
$tables = $this->getTables($connection);
|
$tables = $this->getTables($connection);
|
||||||
|
|
||||||
@@ -130,7 +129,6 @@ class Gozer extends Command
|
|||||||
|
|
||||||
$this->line('');
|
$this->line('');
|
||||||
$this->line('');
|
$this->line('');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->info('Done.');
|
$this->info('Done.');
|
||||||
|
|||||||
Reference in New Issue
Block a user