Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored and github-actions[bot] committed Mar 12, 2024
1 parent bac7e58 commit 715848f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/InstallBundle/src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,9 @@ private function runInstall(array $dbConfig, array $userCredentials, Connection

if(in_array('mark_migrations_as_done', $stepsToRun)) {
$this->dispatchStepEvent('install_classes');
$this->installClasses();
$this->installClasses();

$this->dispatchStepEvent('migrations');
$this->dispatchStepEvent('migrations');
$this->markMigrationsAsDone();
}

Expand Down

0 comments on commit 715848f

Please sign in to comment.