Fix incorrect type in doc comment

This commit is contained in:
Kijin Sung 2024-10-07 22:36:43 +09:00
parent ef0ef45303
commit 798733cf11

View file

@ -210,7 +210,7 @@ class FileModel extends File
/**
* Check if the file is indexable
* @param object $filename
* @param string $filename
* @param object $file_module_config
* @return bool
*/