Database: Behave correctly when inserting booleans
[lhc/web/wiklou.git] / includes / libs / rdbms / database / DatabasePostgres.php
index e79b28b..69488af 100644 (file)
@@ -1232,8 +1232,8 @@ SQL;
        }
 
        /**
-        * @param null|bool|Blob $s
-        * @return int|string
+        * @param string|int|null|bool|Blob $s
+        * @return string|int
         */
        function addQuotes( $s ) {
                if ( is_null( $s ) ) {