diff --git a/src/Service/WorkloadReportService.php b/src/Service/WorkloadReportService.php index 1a72b680..b8e4a621 100644 --- a/src/Service/WorkloadReportService.php +++ b/src/Service/WorkloadReportService.php @@ -58,8 +58,6 @@ public function getWorkloadReport(int $year, PeriodTypeEnum $viewPeriodType = Pe $currentPeriodReached = false; $expectedWorkloadSum = 0; $loggedHoursSum = 0; - $periodSums = []; - $periodCounts = []; foreach ($periods as $period) { // Add current period match-point (current week-number, month-number etc.)