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