From 86c5085f9257bb270a1cd2f4f5502a9952903bb3 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 20 Sep 2019 14:35:04 +0900 Subject: [PATCH] php-pan/stan test pages update --- www/lib/CoreLibs/DB/SQL/PgSQL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/lib/CoreLibs/DB/SQL/PgSQL.php b/www/lib/CoreLibs/DB/SQL/PgSQL.php index 0b430068..faa85d68 100644 --- a/www/lib/CoreLibs/DB/SQL/PgSQL.php +++ b/www/lib/CoreLibs/DB/SQL/PgSQL.php @@ -435,7 +435,7 @@ class PgSQL /** * postgresql array to php array * @param string $text array text from PostgreSQL - * @param array &$output (internal) recursive pass on for nested arrays + * @param array $output (internal) recursive pass on for nested arrays * @param bool|int $limit (internal) max limit to not overshoot the end, start with false * @param integer $offset (internal) shift offset for {} * @return array|int converted PHP array, interal recusrive int position