]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBA.php
Merge pull request #11790 from annando/fetchactivity
[friendica.git] / src / Database / DBA.php
index 9ce2b61473c30e528f233ee9fbb70bf05302c120..677bf1a27f30af4fa4ae833b73fca11964ba25e3 100644 (file)
@@ -531,9 +531,9 @@ class DBA
        }
 
        /**
-        * Escape an identifier (table or field name) optional with a schema like (schema.)table
+        * Escape an identifier (table or field name) optional with a schema like ((schema.)table.)field
         *
-        * @param $identifier Table, field name
+        * @param string $identifier Table, field name
         * @return string Quotes table or field name
         */
        public static function quoteIdentifier(string $identifier): string