diff -ru ux.symfony.com/src/Twig/Components/DownloadFiles.php ux.symfony.com/src/Twig/Components/DownloadFiles.php --- ux.symfony.com/src/Twig/Components/DownloadFiles.php 2025-01-10 15:09:01.799971925 +0000 +++ ux.symfony.com/src/Twig/Components/DownloadFiles.php 2025-01-10 15:09:06.155980454 +0000 @@ -49,7 +49,7 @@ 'csv' => $this->generateCsvReport($this->year), 'json' => $this->generateJsonReport($this->year), 'md' => $this->generateMarkdownReport($this->year), - default => throw new \InvalidArgumentException('Invalid format provided'), + default => throw new \InvalidArgumentException('Invalid format provided.'), }; $file = new \SplTempFileObject();