Skip to content

Commit 7afa2f1

Browse files
Fix comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 862332a commit 7afa2f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/AlertCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function configure(): void
4242

4343
protected function execute(InputInterface $input, OutputInterface $output): int
4444
{
45-
//I think that this load in the long time can be a bottle necklace
45+
// I think that this load in the long time can be a bottleneck
4646
$subscriptions = $this->backInStockNotificationRepository->findBy(['notify' => false]);
4747
foreach ($subscriptions as $subscription) {
4848
$channel = $subscription->getChannel();

0 commit comments

Comments
 (0)