Skip to content

Commit

Permalink
Tweak StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito authored Jul 5, 2017
1 parent 0f08305 commit 2cfe08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Migrations/Migrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ protected function rollbackMigrations(array $migrations, $paths, array $options)
// repository already returns these migration's names in reverse order.
foreach ($migrations as $migration) {
$migration = (object) $migration;

if (! $file = Arr::get($files, $migration->migration)) {
continue;
}
Expand Down

0 comments on commit 2cfe08e

Please sign in to comment.