From db757573dfebf585f4290ee2c2ff0edf620d2412 Mon Sep 17 00:00:00 2001 From: Jack Wilkinson Date: Sun, 5 Jan 2025 14:45:05 +0000 Subject: [PATCH] Removed misleading comment --- modules/system/classes/extensions/PluginManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system/classes/extensions/PluginManager.php b/modules/system/classes/extensions/PluginManager.php index 15292a9f2..ec27616cd 100644 --- a/modules/system/classes/extensions/PluginManager.php +++ b/modules/system/classes/extensions/PluginManager.php @@ -272,7 +272,6 @@ public function disable(WinterExtension|string $extension, string|bool $flag = s } /** - * @throws SystemException * @throws ApplicationException */ public function update(WinterExtension|string|null $extension = null, bool $migrationsOnly = false): ?bool