From f044a0cd8e0c3ed372f16e0ed50184cc07cfcf20 Mon Sep 17 00:00:00 2001 From: frytimo Date: Wed, 13 May 2026 14:04:15 +0000 Subject: [PATCH] Fix PHPDoc on database save return type (#7971) --- resources/classes/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/classes/database.php b/resources/classes/database.php index de84bd14e..24ccb0f95 100644 --- a/resources/classes/database.php +++ b/resources/classes/database.php @@ -2299,7 +2299,7 @@ class database { * Second dimension in the row value as int. Third dimension is the column name. * @param bool $transaction_save * - * @return returns an array with result details + * @return array|false an array with result details */ public function save(array &$array, bool $transaction_save = true) { // prepare the values