Merge pull request #50764 from p1gp1g/patch-1

Update doc comment for prefixTableName
This commit is contained in:
Andy Scherzinger 2025-02-25 22:16:04 +01:00 committed by GitHub
commit 388301275b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1339,6 +1339,8 @@ class QueryBuilder implements IQueryBuilder {
/**
* Returns the table name with database prefix as needed by the implementation
*
* Was protected until version 30.
*
* @param string $table
* @return string
*/