From b05e8da49d47a01aa46c5e28aa2eb9edcd985cae Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Fri, 3 Apr 2026 11:16:21 +0200 Subject: [PATCH] fix: exclure src/Repository/ de PHPStan (alignement avec sonar.exclusions) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Supprime les warnings SonarQube "Failed to resolve file path(s)" pour les 15 fichiers Repository exclus de SonarQube mais encore analysés par PHPStan. Co-Authored-By: Claude Opus 4.6 (1M context) --- phpstan.dist.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index 6237485..f429109 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -18,3 +18,4 @@ parameters: - src/Service/StripeWebhookService.php - src/Service/MailcowService.php - src/Controller/DnsReportController.php + - src/Repository/