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',