Skip to content

Commit 23f8fd6

Browse files
committed
chore: ignore specific phpstan rule in file
1 parent 4aa7a2d commit 23f8fd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/CleanupExcludesCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
101101
$progressBar->start();
102102

103103
$deleteIds = \array_chunk($deleteIds, 1000);
104+
/** @phpstan-ignore shopware.noEntityRepositoryInLoop */
104105
foreach ($deleteIds as $ids) {
105106
$this->tinectRedirectsRedirectRepository->delete(\array_map(static fn ($id) => ['id' => $id], $ids), $context);
106107
$progressBar->advance(\count($ids));

0 commit comments

Comments
 (0)