Passed
Push — master ( f617be...46ab28 )
by Alexander
01:42
created
src/Commands/RunDeployMigrationsCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 
72 72
         $migrationCollection = $instantiator->run();
73 73
 
74
-        $migrations = $migrationCollection->filter(function (DeployMigration $migration) {
74
+        $migrations = $migrationCollection->filter(function(DeployMigration $migration) {
75 75
             $tableQuery      = $this->getTableQuery();
76 76
             $alreadyExecuted = $tableQuery->where('migration', '=', get_class($migration))->count() > 0;
77 77
             return $alreadyExecuted === false;
Please login to merge, or discard this patch.