From 9ea0b3c7d3f57003b262a194185bc531996609bf Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Sun, 21 Apr 2024 12:50:05 +0200 Subject: [PATCH] Fixed the CS. --- src/Service/AnrRecommendationService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Service/AnrRecommendationService.php b/src/Service/AnrRecommendationService.php index 7ddd4364..e748f759 100755 --- a/src/Service/AnrRecommendationService.php +++ b/src/Service/AnrRecommendationService.php @@ -108,7 +108,6 @@ public function createList(Entity\Anr $anr, array $data): array $createdUuids = []; foreach ($data as $recommendationData) { $createdUuids[] = $this->create($anr, $recommendationData, false)->getUuid(); - } $this->recommendationTable->flush();