We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862332a commit 7afa2f1Copy full SHA for 7afa2f1
1 file changed
src/Command/AlertCommand.php
@@ -42,7 +42,7 @@ protected function configure(): void
42
43
protected function execute(InputInterface $input, OutputInterface $output): int
44
{
45
- //I think that this load in the long time can be a bottle necklace
+ // I think that this load in the long time can be a bottleneck
46
$subscriptions = $this->backInStockNotificationRepository->findBy(['notify' => false]);
47
foreach ($subscriptions as $subscription) {
48
$channel = $subscription->getChannel();
0 commit comments