format("%a") + 1; } #[Route('/', name: 'home')] public function home(): Response { $count = $this->howDaysToNy(new DateTimeImmutable()); return $this->render('home.html.twig', ['count' => $count]); } }