From 53360e0c17ebcb3557a37891604c749722c30663 Mon Sep 17 00:00:00 2001 From: rxu Date: Sat, 5 Jul 2025 13:26:53 +0700 Subject: [PATCH] [ticket/17528] Fix typo PHPBB-17528 --- phpBB/phpbb/db/doctrine/mysql_platform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/db/doctrine/mysql_platform.php b/phpBB/phpbb/db/doctrine/mysql_platform.php index cd368163dd..8a2090b6d9 100644 --- a/phpBB/phpbb/db/doctrine/mysql_platform.php +++ b/phpBB/phpbb/db/doctrine/mysql_platform.php @@ -20,7 +20,7 @@ use Doctrine\DBAL\Schema\TableDiff; * MySQL specific schema handling. * * While adding auto_increment column to MySQL, it must be indexed. - * If it's indexed as primary key, it ahould be declared as NOT NULL + * If it's indexed as primary key, it should be declared as NOT NULL * because MySQL primary key columns cannot be NULL. */ class mysql_platform extends AbstractMySQLPlatform