Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI (#4902)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]

Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
Guite and StyleCIBot authored Mar 14, 2022
1 parent 4db9d65 commit 5fb9d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bridge/HookBundle/HookBundleInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function upgrade(string $currentCoreVersion): bool
// no break
case '2.0.1':
// nothing
case '3.1.0'://current version
case '3.1.0':// current version
// allow old tables to remain on upgrade, just add the new one
$this->schemaTool->create(self::$entities);
}
Expand Down

0 comments on commit 5fb9d0b

Please sign in to comment.