use official phpdoc syntax

This commit is contained in:
Eric Seigne
2025-02-19 09:34:57 +01:00
parent 8d5594ea64
commit e8ff0be5e1

View File

@@ -67,7 +67,7 @@ $exclude_list = [
/**
* auto detect module name and version from file name
*
* @return array{name:string,version:string} module name and module version
* @return (string|string)[] module name and module version
*/
function detectModule()
{