1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/16741] Fix coding style issues

PHPBB3-16741
This commit is contained in:
Máté Bartus
2021-12-05 21:35:34 +01:00
parent a663a6c394
commit 59ca29232a
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ use Doctrine\DBAL\Schema\Identifier;
use Doctrine\DBAL\Schema\TableDiff;
/**
* Oracle specific schema restrictions for BC.
* SQLServer specific schema restrictions for BC.
*/
class sqlsrv_platform extends SQLServer2012Platform
{