Skip to content

Commit 86519f3

Browse files
authored
Merge pull request #387 from cakephp/6.x-more-cleanup
more underscore cleanup
2 parents a95a6f6 + abe158d commit 86519f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/rector/sets/cakephp60.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,12 @@
243243
'Cake\I18n\I18n' => ['_collection', '_defaultLocale'],
244244
'Cake\I18n\Number' => ['_formatters', '_defaultCurrency', '_defaultCurrencyFormat'],
245245
'Cake\I18n\TranslatorRegistry' => ['_loaders', '_defaultFormatter', '_useFallback', '_cacher'],
246+
'Cake\I18n\PluralsRules' => ['_rulesMap'],
246247
],
247248
'Log' => [
248249
'Cake\Log\Log' => ['_dirtyConfig', '_levels', '_levelMap'],
249250
'Cake\Log\Engine\ConsoleLog' => ['_output'],
250-
'Cake\Log\Engine\SyslogLog' => ['_open'],
251+
'Cake\Log\Engine\SyslogLog' => ['_open', '_levelMap'],
251252
'Cake\Log\Engine\FileLog' => ['_path', '_file', '_size'],
252253
],
253254
'Mailer' => [
@@ -349,6 +350,7 @@
349350
'_rules', '_validatePresent', '_allowEmpty',
350351
],
351352
'Cake\Validation\Validation' => ['_pattern'],
353+
'Cake\Validation\ValidatorAwareTrait' => ['_validatorClass', '_validators'],
352354
],
353355
];
354356

0 commit comments

Comments
 (0)