Skip to content

Commit

Permalink
Fixes linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawardekar committed Jul 5, 2022
1 parent 97052e2 commit fa6d406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/ConvertToBlocks/MigrationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function start( $args = [], $opts = [] ) {
$progress_bar->tick();

$prev_progress = 0;
$ticks = 0;
$ticks = 0;

while ( true ) {
$status = $agent->get_status();
Expand Down

0 comments on commit fa6d406

Please sign in to comment.