From c3da0f3b5371ec3285eb5e746650262f492e2e03 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 9 Apr 2023 06:03:39 +0200 Subject: [PATCH] fix static analysis --- Admin/Installer.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index fa5eb54..09bf4da 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -38,12 +38,4 @@ final class Installer extends InstallerAbstract * @since 1.0.0 */ public const PATH = __DIR__; - - /** - * {@inheritdoc} - */ - public static function install(ApplicationAbstract $app, ModuleInfo $info, SettingsInterface $cfgHandler) : void - { - parent::install($app, $info, $cfgHandler); - } }