Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Jan 2, 2025
1 parent b51de12 commit 4b79013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/InvoicingRateReportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function getInvoicingRateReport(

foreach ($periods as $period) {
// Add current period match-point (current week-number, month-number etc.)
if ($year !== (int)date('Y')) {
if ($year !== (int) date('Y')) {
// Set to 53 if $year does not match the current year.
$currentPeriodNumeric = 53;
} else {
Expand Down

0 comments on commit 4b79013

Please sign in to comment.