From 602e0541792dcfed4d14142561c9627a98a68854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Sun, 28 Apr 2024 19:56:20 +0200 Subject: [PATCH] chore: Refactor structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rubén D --- lib/SP/Core/HttpModuleBase.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/SP/Core/HttpModuleBase.php b/lib/SP/Core/HttpModuleBase.php index a62d49c8..d3e2d3ed 100644 --- a/lib/SP/Core/HttpModuleBase.php +++ b/lib/SP/Core/HttpModuleBase.php @@ -4,7 +4,7 @@ * * @author nuxsmin * @link https://syspass.org - * @copyright 2012-2023, Rubén Domínguez nuxsmin@$syspass.org + * @copyright 2012-2024, Rubén Domínguez nuxsmin@$syspass.org * * This file is part of sysPass. * @@ -24,7 +24,6 @@ namespace SP\Core; -use JsonException; use Klein\Klein; use SP\Core\Bootstrap\BootstrapBase; use SP\Domain\Common\Adapters\Serde; @@ -51,7 +50,8 @@ abstract class HttpModuleBase extends ModuleBase * Comprobar si el modo mantenimiento está activado * Esta función comprueba si el modo mantenimiento está activado. * - * @throws JsonException + * @return bool + * @throws SPException */ protected function checkMaintenanceMode(): bool {