From 8cf3ff649a4cbcdfd1432c414d70d5050962a0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Mon, 18 Jul 2022 17:02:06 +0200 Subject: [PATCH] remove historical TODO comment, SqliteXxx is consistent naming --- src/Platforms/SqlitePlatform.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Platforms/SqlitePlatform.php b/src/Platforms/SqlitePlatform.php index cf1692c7f84..3791c9ff81e 100644 --- a/src/Platforms/SqlitePlatform.php +++ b/src/Platforms/SqlitePlatform.php @@ -34,8 +34,6 @@ /** * The SqlitePlatform class describes the specifics and dialects of the SQLite * database platform. - * - * @todo Rename: SQLitePlatform */ class SqlitePlatform extends AbstractPlatform {