Passed
Push — master ( 9b3f35...3940c0 )
by Damien
03:00
created
src/DoctrineAuditBundle/Command/UpdateSchemaCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.