Mark ApiAuthController constructor as codeCoverageIgnore

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-23 20:59:22 +01:00
parent b8d9c910ed
commit 4f71b0db60

View File

@@ -19,6 +19,7 @@ class ApiAuthController extends AbstractController
{
private const JWT_TTL = 86400; // 24h
/** @codeCoverageIgnore Autowire injection */
public function __construct(
#[Autowire('%kernel.secret%')] private string $appSecret,
) {