Mark ApiAuthController constructor as codeCoverageIgnore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user