From 5fb9d0b427fb282ac20ef86fa746cda3d8169986 Mon Sep 17 00:00:00 2001 From: Axel Guckelsberger Date: Mon, 14 Mar 2022 09:06:49 +0100 Subject: [PATCH] Apply fixes from StyleCI (#4902) [ci skip] [skip ci] Co-authored-by: StyleCI Bot --- Bridge/HookBundle/HookBundleInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bridge/HookBundle/HookBundleInstaller.php b/Bridge/HookBundle/HookBundleInstaller.php index 7c33e57..22b06d6 100644 --- a/Bridge/HookBundle/HookBundleInstaller.php +++ b/Bridge/HookBundle/HookBundleInstaller.php @@ -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); }