We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b7df85 + affb176 commit c106bdcCopy full SHA for c106bdc
1 file changed
src/Command/StoreMigrateCommand.php
@@ -75,7 +75,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
75
$style->progressAdvance($buffer);
76
}
77
78
- if (count($bufferedMessages) >= $buffer) {
+ if (count($bufferedMessages) !== 0) {
79
$this->newStore->save(...$bufferedMessages);
80
$style->progressAdvance(count($bufferedMessages));
81
0 commit comments