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;