Skip to content

Commit

Permalink
Fix inlinting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville committed Sep 29, 2019
1 parent 30d816e commit f475826
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Dev/Tasks/VersionedFilesMigrationTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ public function run($request)
$migrator = VersionedFilesMigrator::create($strategy, ASSETS_PATH, true);
$migrator->migrate();
}

}
1 change: 0 additions & 1 deletion src/Dev/VersionedFilesMigrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,4 @@ public function getLog()
{
return $this->log;
}

}

0 comments on commit f475826

Please sign in to comment.