From 05ad0d8fb651830c2171f946cb87919ee2f98e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Auswo=CC=88ger?= Date: Thu, 15 Aug 2024 11:02:19 +0200 Subject: [PATCH] Remove unused variable --- src/Schema/Comparator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Schema/Comparator.php b/src/Schema/Comparator.php index 4a5dba711fc..f344c5b5e9e 100644 --- a/src/Schema/Comparator.php +++ b/src/Schema/Comparator.php @@ -148,7 +148,6 @@ public function compareTables(Table $oldTable, Table $newTable): TableDiff $addedColumns = []; $modifiedColumns = []; $droppedColumns = []; - $renamedColumns = []; $addedIndexes = []; $modifiedIndexes = []; $droppedIndexes = [];