From a09b22ddc388594adc4d86651fe3bc4e8e71e7bb Mon Sep 17 00:00:00 2001 From: Mihail Date: Fri, 8 Nov 2024 12:50:49 +0300 Subject: [PATCH] improved autogenerated migration comment When renaming a class using automated tools (IDE), the class name in the comment is ignored and remains in its original form, which misleads the developer. relevant for versions 2.2 and 2.0 --- framework/views/migration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/views/migration.php b/framework/views/migration.php index 9c5c7cf9be8..b3ece83f404 100644 --- a/framework/views/migration.php +++ b/framework/views/migration.php @@ -18,7 +18,7 @@ use yii\db\Migration; /** - * Class + * Autogenerated migration */ class extends Migration {