From 4b79013a62ec92b535a1f9a2dafd15fb402a86f3 Mon Sep 17 00:00:00 2001 From: Jeppe Krogh Date: Thu, 2 Jan 2025 15:32:37 +0100 Subject: [PATCH] Coding standards --- src/Service/InvoicingRateReportService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/InvoicingRateReportService.php b/src/Service/InvoicingRateReportService.php index 2e5de80c..ef911b81 100644 --- a/src/Service/InvoicingRateReportService.php +++ b/src/Service/InvoicingRateReportService.php @@ -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 {