From 9f476dddaf26387c450396b5634c2aed54350cbe Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 4 Oct 2023 11:20:20 +0200 Subject: [PATCH] php cs fixer --- .../Tests/Export/AccompanyingCourseExportHelperTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Tests/Export/AccompanyingCourseExportHelperTest.php b/src/Bundle/ChillMainBundle/Tests/Export/AccompanyingCourseExportHelperTest.php index 908c17f3f..62af515ec 100644 --- a/src/Bundle/ChillMainBundle/Tests/Export/AccompanyingCourseExportHelperTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Export/AccompanyingCourseExportHelperTest.php @@ -58,7 +58,8 @@ class AccompanyingCourseExportHelperTest extends KernelTestCase $em->flush(); } - public function testExclusionOnClosingMotive(): void { + public function testExclusionOnClosingMotive(): void + { [$periodA, $periodB, $periodC] = $this->prepareData(); $qb = $this->em->getRepository(AccompanyingPeriod::class)->createQueryBuilder('acp');