Minor fix - linter return type in comments set to mixed

This commit is contained in:
fbsanchez 2021-05-18 13:27:56 +02:00
parent 0d50ea94db
commit 876e3dd191
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ function db_get_value_filter($field, $table, $filter, $where_join='AND', $search
*
* @param string SQL select statement to execute.
*
* @return the first value of the first row of a table result from query.
* @return mixed the first value of the first row of a table result from query.
*/
function db_get_value_sql($sql, $dbconnection=false)
{