From 2d1d1a5f27c71ddda991085408d7febdb6732205 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sat, 17 Jan 2026 19:13:16 +0100 Subject: [PATCH] cleanup underscore properties in Mailer package --- config/rector/sets/cakephp60.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/rector/sets/cakephp60.php b/config/rector/sets/cakephp60.php index 56d2a56..3762241 100644 --- a/config/rector/sets/cakephp60.php +++ b/config/rector/sets/cakephp60.php @@ -256,6 +256,12 @@ 'Cake\Log\Engine\FileLog' => ['_path', '_file', '_size'], ], + 'Mailer' => [ + 'Cake\Mailer\Transport\SmtpTransport' => [ + '_socket', '_content', '_lastResponse', + ], + ], + 'ORM' => [ 'Cake\ORM\Association' => [ '_name', '_className', '_bindingKey', '_foreignKey', '_conditions',