fix return type
This commit is contained in:
parent
96b264defa
commit
3be4baf751
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue