mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12282] Use {@inheritDoc} for inherited methods
PHPBB3-12282
This commit is contained in:
@@ -24,7 +24,7 @@ abstract class mssql_base extends \phpbb\db\driver\driver
|
||||
}
|
||||
|
||||
/**
|
||||
* Escape string used in sql query
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
function sql_escape($msg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user