From 3be4baf7510855565ca1efa8ae6b9ce1080a3e01 Mon Sep 17 00:00:00 2001 From: "o.pinke" Date: Tue, 12 Mar 2024 09:42:02 +0100 Subject: [PATCH] fix return type --- conlite/includes/functions.general.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conlite/includes/functions.general.php b/conlite/includes/functions.general.php index a8961b7..74010c4 100644 --- a/conlite/includes/functions.general.php +++ b/conlite/includes/functions.general.php @@ -1572,9 +1572,8 @@ function scanDirectory($sDirectory, $bRecursive = false) * same, otherwise the function won't find them! * * @param string $entity Name of the directory to scan - * @return string client name */ -function scanPlugins(string $entity): string +function scanPlugins(string $entity) { global $cfg;