From 5f2ab39cd728c8f1a5ba236980c1827555c67d08 Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 20 May 2026 17:13:46 +0200 Subject: [PATCH] style(rtt) : fix displaced docblock after week-anchor helper Co-Authored-By: Claude Opus 4.7 (1M context) --- src/Service/Rtt/RttRecoveryComputationService.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Service/Rtt/RttRecoveryComputationService.php b/src/Service/Rtt/RttRecoveryComputationService.php index 766945e..0d26a7b 100644 --- a/src/Service/Rtt/RttRecoveryComputationService.php +++ b/src/Service/Rtt/RttRecoveryComputationService.php @@ -388,9 +388,6 @@ final readonly class RttRecoveryComputationService return $total; } - /** - * @param array $contractsByDate - */ /** * Date d'ancrage de la semaine pour résoudre le type/nature de contrat : premier jour * de la semaine couvert par un contrat. Évite qu'une semaine d'embauche en milieu de @@ -412,6 +409,10 @@ final readonly class RttRecoveryComputationService return $weekDays[0]; } + /** + * @param list $days + * @param array $contractsByDate + */ private function computeWeeklyOvertimeReferenceMinutes(array $days, array $contractsByDate): int { $total = 0;