From 3e9d7e8b06413f03341f235dc5cc34910ddf5bb8 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 27 Feb 2017 13:32:13 +0200 Subject: [PATCH] PHP Code Sniffer fixes --- src/Commands/Gozer.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Commands/Gozer.php b/src/Commands/Gozer.php index ae22003..d66c9a2 100644 --- a/src/Commands/Gozer.php +++ b/src/Commands/Gozer.php @@ -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.');