From 876e3dd1917d6333bed760267edfd780916dfcbf Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Tue, 18 May 2021 13:27:56 +0200 Subject: [PATCH] Minor fix - linter return type in comments set to mixed --- pandora_console/include/functions_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_db.php b/pandora_console/include/functions_db.php index f7d264d0c4..26a46eae7b 100644 --- a/pandora_console/include/functions_db.php +++ b/pandora_console/include/functions_db.php @@ -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) {