X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDatabase%2FDBA.php;h=677bf1a27f30af4fa4ae833b73fca11964ba25e3;hb=5ec407699b69cec52e36064c2663baba7edbad96;hp=9ce2b61473c30e528f233ee9fbb70bf05302c120;hpb=78bf7f187c9fd0effdcfb6bbc2390b8ff74dcb76;p=friendica.git diff --git a/src/Database/DBA.php b/src/Database/DBA.php index 9ce2b61473..677bf1a27f 100644 --- a/src/Database/DBA.php +++ b/src/Database/DBA.php @@ -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