From 9d21f76e85afd1339852b3a2624c90d598e8ff58 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Fri, 28 May 2021 18:34:35 +0000 Subject: [PATCH] Automated formatting changes --- Admin/Installer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index ee450ca..98d538d 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -14,8 +14,8 @@ declare(strict_types=1); namespace Modules\Tag\Admin; -use phpOMS\Module\InstallerAbstract; use Model\Setting; +use phpOMS\Module\InstallerAbstract; /** * Installer class. @@ -27,7 +27,7 @@ use Model\Setting; */ final class Installer extends InstallerAbstract { - /** + /** * {@inheritdoc} */ public static function install(DatabasePool $dbPool, ModuleInfo $info, SettingsInterface $cfgHandler) : void