fix return type

Dieser Commit ist enthalten in:
o.pinke 2024-03-12 09:42:02 +01:00
Ursprung 96b264defa
Commit 3be4baf751
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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;