mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Fix #2183 inconsistent return type comments in File controller and model classes
This commit is contained in:
parent
ec4d5f07df
commit
e5bea38a9e
2 changed files with 15 additions and 15 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue