Open
Description
I'm using $files->render() often to get an array (like an array of translatable strings). The phpdoc states string|bool as return type which makes my IDE show a red line indicating an error that is actually none.
Would be great to change it to @return mixed as it could return any php data type.
This is how I'm using it:
https://github.com/BernhardBaumrock/RockTabulator/blob/9f50c14ddc356736b578b767f7f0fb62e6814cee/RockTabulator.module.php#L80
https://github.com/BernhardBaumrock/RockTabulator/blob/9f50c14ddc356736b578b767f7f0fb62e6814cee/_langs.php