Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mario Schäper <95750382+sitepark-schaeper@users.noreply.github.com>
  • Loading branch information
sitepark-veltrup and sitepark-schaeper authored Apr 29, 2024
1 parent 4b7cf32 commit 2e2b71a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Service/Indexer/IndexerProgressState.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ public function start(int $total): void
}

$this->status = new IndexerStatus(
IndexerStatusState::RUNNING,
$startTime,
null,
$total,
0,
0,
new DateTime(),
0,
0
state: IndexerStatusState::RUNNING,
startTime: $startTime,
endTime: null,
total: $total,
processed: 0,
skipped: 0,
lastUpdate: new DateTime(),
updated: 0,
errors: 0,
);
$this->statusStore->store(
$this->getStatusStoreKey(),
Expand Down

0 comments on commit 2e2b71a

Please sign in to comment.