Skip to content

Commit 00fe432

Browse files
authored
remove underscores from controller properties (#334)
1 parent 1abaec1 commit 00fe432

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/rector/sets/cakephp60.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
'Cake\Console\HelperRegistry' => ['_io'],
8888
'Cake\Console\HelpFormatter' => ['_maxArgs', '_maxOptions', '_parser', '_alias'],
8989
],
90+
'Controller' => [
91+
'Cake\Controller\ComponentRegistry' => ['_Controller'],
92+
'Cake\Controller\Controller' => ['_components'],
93+
],
9094
'Core' => [
9195
'Cake\Core\StaticConfigTrait' => ['_config', '_dsnClassMap', '_registry'],
9296
],

0 commit comments

Comments
 (0)