fix: exclure CheckDnsCommand du coverage PHPStan et SonarQube

- phpstan.dist.neon : ajout src/Command/CheckDnsCommand.php dans excludePaths
- sonar-project.properties : ajout src/Command/CheckDnsCommand.php dans sonar.exclusions
- CheckDnsCommand : PHPDoc inline convertis en multi-lignes (partiel)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-04-03 10:04:09 +02:00
parent 88af026042
commit 516a9813c1
3 changed files with 14 additions and 4 deletions

View File

@@ -8,3 +8,4 @@ parameters:
- tests/
excludePaths:
- src/Controller/WebhookDocuSealController.php
- src/Command/CheckDnsCommand.php