Rétablir la compatibilité avec PHP 8.2

This commit is contained in:
Alexandre NOEL 2026-09-03 22:43:59 +02:00
commit 63224d8b06
12 changed files with 16 additions and 16 deletions

View file

@ -198,7 +198,7 @@ final class AgendaService
? $end
->modify(
$start->getTimestamp() -
new DateTimeImmutable($row['starts_at'])->getTimestamp() .
(new DateTimeImmutable($row['starts_at']))->getTimestamp() .
' seconds',
)
->format('Y-m-d H:i:s')