diff --git a/Tests/Unit/Service/CalendarServiceTest.php b/Tests/Unit/Service/CalendarServiceTest.php index 470d4abc..8003721c 100644 --- a/Tests/Unit/Service/CalendarServiceTest.php +++ b/Tests/Unit/Service/CalendarServiceTest.php @@ -261,7 +261,7 @@ public static function weekConfigDataProvider(): array 'weeknumber' => 2, 'year' => 2022, ], - ] + ], ], '30.12.2024' => [ '30.12.2024', @@ -278,7 +278,7 @@ public static function weekConfigDataProvider(): array 'weeknumber' => 2, 'year' => 2025, ], - ] + ], ], ]; }