Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shinde-rahul committed Sep 15, 2023
1 parent 49c9d5e commit 78ab171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventListener/PluginEventSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private function updateSegments(): void
'id' => $segment['id'],
]);

$count++;
++$count;

$this->logger->alert(sprintf('Segment %s updated successfully', $segment['id']));
}
Expand Down

0 comments on commit 78ab171

Please sign in to comment.