Skip to content

Commit

Permalink
Removed duplicate definitions of sum arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Jan 6, 2025
1 parent e57d813 commit e360934
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Service/WorkloadReportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit e360934

Please sign in to comment.