diff --git a/config/set/cakephp/cakephp40.yaml b/config/set/cakephp/cakephp40.yaml index 950fe6f840f0..766e4bea1e7d 100644 --- a/config/set/cakephp/cakephp40.yaml +++ b/config/set/cakephp/cakephp40.yaml @@ -61,3 +61,13 @@ services: withParam: match_parameter: 'paging' replace_with: 'withAttribute' + + Rector\CakePHP\Rector\MethodCall\ModalToGetSetRector: + Cake\Console\ConsoleIo: + styles: + set: 'setStyle' + get: 'getStyle' + Cake\Console\ConsoleOutput: + styles: + set: 'setStyle' + get: 'getStyle'