From e012d61d73b07f355fe939e15766ca54c50f26b3 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sat, 17 Jan 2026 19:28:59 +0100 Subject: [PATCH] cleanup underscore properties in Network 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 3762241..aab2950 100644 --- a/config/rector/sets/cakephp60.php +++ b/config/rector/sets/cakephp60.php @@ -262,6 +262,12 @@ ], ], + 'Network' => [ + 'Cake\Network\Socket' => [ + '_encryptMethods', '_connectionErrors', + ], + ], + 'ORM' => [ 'Cake\ORM\Association' => [ '_name', '_className', '_bindingKey', '_foreignKey', '_conditions',