This plugin provides rector integration for phpcq.
Extend your .phpcq.yaml.dist configuration by adding the plugin and configuring the task:
phpcq:
plugins:
rector:
version: ^1.0signed: falsetasks:
rector:
config:
# Set to false will enable automatic refactoringdry-run: false# Custom config file, defaults to rector.phpconfig: custom-rector.php