From 985a49dc9fc234e52a158b21e0d05d0570bfca85 Mon Sep 17 00:00:00 2001 From: odain Date: Wed, 21 Jan 2026 18:37:23 +0100 Subject: [PATCH] code style --- setup/applicationinstaller.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/applicationinstaller.class.inc.php b/setup/applicationinstaller.class.inc.php index 98b939a3e..a4099b66d 100644 --- a/setup/applicationinstaller.class.inc.php +++ b/setup/applicationinstaller.class.inc.php @@ -669,7 +669,7 @@ class ApplicationInstaller $sModelInfoPath = $this->GetModelInfoPath($sEnvironment); try { $aModelInfo = ModelReflectionSerializer::GetInstance()->GetModelFromEnvironment($sEnvironment); - } catch (Exception $e){ + } catch (Exception $e) { //logged already return is_file($sModelInfoPath); }