style(rtt) : fix displaced docblock after week-anchor helper
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -388,9 +388,6 @@ final readonly class RttRecoveryComputationService
|
||||
return $total;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array<string, ?Contract> $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<string> $days
|
||||
* @param array<string, ?Contract> $contractsByDate
|
||||
*/
|
||||
private function computeWeeklyOvertimeReferenceMinutes(array $days, array $contractsByDate): int
|
||||
{
|
||||
$total = 0;
|
||||
|
||||
Reference in New Issue
Block a user