Fix #2183 inconsistent return type comments in File controller and model classes

This commit is contained in:
Kijin Sung 2023-09-16 18:51:57 +09:00
parent ec4d5f07df
commit e5bea38a9e
2 changed files with 15 additions and 15 deletions

View file

@ -363,7 +363,7 @@ class FileModel extends File
*
* @param int $file_srl The sequence of file to get information
* @param array $columnList The list of columns to get from DB
* @return Object|object|array If error returns an instance of Object. If result set is one returns a object that contins file information. If result set is more than one returns array of object.
* @return object|array If error returns an instance of Object. If result set is one returns a object that contins file information. If result set is more than one returns array of object.
*/
public static function getFile($file_srl, $columnList = array())
{