- 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>
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
parameters:
|
|
level: 6
|
|
paths:
|
|
- bin/
|
|
- config/
|
|
- public/
|
|
- src/
|
|
- tests/
|
|
excludePaths:
|
|
- src/Controller/WebhookDocuSealController.php
|
|
- src/Command/CheckDnsCommand.php
|