Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Aug 15, 2024
1 parent 12a3479 commit 05ad0d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Schema/Comparator.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ public function compareTables(Table $oldTable, Table $newTable): TableDiff
$addedColumns = [];
$modifiedColumns = [];
$droppedColumns = [];
$renamedColumns = [];
$addedIndexes = [];
$modifiedIndexes = [];
$droppedIndexes = [];
Expand Down

0 comments on commit 05ad0d8

Please sign in to comment.