[13.x] Fix getMigrationBatches return type annotation (#59876)
The `pluck('batch', 'migration')->all()` call returns an associative
array keyed by migration name (string) with batch number (int) as the
value. The current annotation `array<int, string>[]` has the keys and
values swapped and an extraneous trailing `[]`. M
Mahfuzur Rahman committed
715952e4385496f31e2e5e5f34fcf963bf3e7b01
Parent: d097521
Committed by GitHub <noreply@github.com>
on 4/27/2026, 1:33:44 PM