@@ -90,7 +90,7 @@ |
||
90 | 90 | $progressBar = new ProgressBar($output, \count($sqls)); |
91 | 91 | $progressBar->start(); |
92 | 92 | |
93 | - $updater->updateAuditSchema($sqls, static function (array $progress) use ($progressBar) { |
|
93 | + $updater->updateAuditSchema($sqls, static function(array $progress) use ($progressBar) { |
|
94 | 94 | $progressBar->advance(); |
95 | 95 | }); |
96 | 96 |