Skip to content

Commit 950376e

Browse files
committed
Support php 5.3, remove short array syntax - missed one
1 parent 72046fb commit 950376e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AntiMattr/MongoDB/Migrations/Tools/Console/Command/StatusCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function execute(InputInterface $input, OutputInterface $output)
140140
}
141141

142142
$table = new Table($output);
143-
$table->setHeaders(['Version', 'Date Migrated', 'Description'])
143+
$table->setHeaders(array('Version', 'Date Migrated', 'Description'))
144144
->setRows($rows)
145145
->render();
146146
}

0 commit comments

Comments
 (0)