Fix PHPDoc on database save return type (#7971)

This commit is contained in:
frytimo
2026-05-13 14:04:15 +00:00
committed by GitHub
parent 39c3dcfc55
commit f044a0cd8e
+1 -1
View File
@@ -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