From 53bc12601512b3bc797a8b6528edff79ebf0f296 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Wed, 1 Apr 2026 17:01:15 +0530 Subject: [PATCH] Remove stale PHPMailer baseline entry from PHPStan The PHPMailer $Port type error no longer occurs since registers.php now uses the SMTP adapter instead of PHPMailer directly. --- phpstan-baseline.neon | 6 ------ 1 file changed, 6 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 8e9d8a5a38..b0fbbe25ae 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -138,12 +138,6 @@ parameters: count: 1 path: app/init/registers.php - - - message: '#^Property PHPMailer\\PHPMailer\\PHPMailer\:\:\$Port \(int\) does not accept string\.$#' - identifier: assign.propertyType - count: 1 - path: app/init/registers.php - - message: '#^Variable \$providerConfig in empty\(\) always exists and is not falsy\.$#' identifier: empty.variable