]> git.mxchange.org Git - friendica.git/blobdiff - include/dba.php
Fix autolink regular expression to include accents
[friendica.git] / include / dba.php
index 6471d364514884cf98a77f970676b10583715093..b1b689fdf77def7090d8b5bd54059e1fc9c1cd24 100644 (file)
@@ -659,7 +659,7 @@ class dba {
        /**
         * @brief Fetch a single row
         *
-        * @param PDOStatement|mysqli_result|mysqli_stmt $stmt statement object
+        * @param mixed $stmt statement object
         * @return array current row
         */
        public static function fetch($stmt) {