From 2f2da97f686f40e451a0e382a6e1bca91501444c Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Mon, 30 Mar 2026 08:58:07 +0200 Subject: [PATCH] Fix code style: add blank line before constructor in AttestationController Co-Authored-By: Claude Opus 4.6 (1M context) --- src/Controller/AttestationController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controller/AttestationController.php b/src/Controller/AttestationController.php index b264d0e..55a0228 100644 --- a/src/Controller/AttestationController.php +++ b/src/Controller/AttestationController.php @@ -13,6 +13,7 @@ use Symfony\Component\Routing\Attribute\Route; class AttestationController extends AbstractController { private const TPL_NOT_FOUND_VENTES = 'attestation/not_found_ventes.html.twig'; + public function __construct( #[Autowire('%kernel.secret%')] private string $appSecret, ) {