diff --git a/www/lib/CoreLibs/Admin/Backend.php b/www/lib/CoreLibs/Admin/Backend.php index 0c49d891..ed4c8e15 100644 --- a/www/lib/CoreLibs/Admin/Backend.php +++ b/www/lib/CoreLibs/Admin/Backend.php @@ -340,6 +340,7 @@ class Backend extends \CoreLibs\DB\IO if ($filename === null) { return $enabled; } + /** @phan-suppress-next-line PhanNoopSwitchCases */ switch ($filename) { default: $enabled = true;