Skip to content

Commit 24d5bc3

Browse files
authored
Merge pull request #380 from cakephp/6.x-network-cleanup
cleanup underscore properties in Network package
2 parents 0a8a692 + e012d61 commit 24d5bc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/rector/sets/cakephp60.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,12 @@
262262
],
263263
],
264264

265+
'Network' => [
266+
'Cake\Network\Socket' => [
267+
'_encryptMethods', '_connectionErrors',
268+
],
269+
],
270+
265271
'ORM' => [
266272
'Cake\ORM\Association' => [
267273
'_name', '_className', '_bindingKey', '_foreignKey', '_conditions',

0 commit comments

Comments
 (0)