Skip to content

Instantly share code, notes, and snippets.

@nunomaduro
Created March 19, 2020 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nunomaduro/cf51c32ac8c0ec10531b33bbf538f69b to your computer and use it in GitHub Desktop.
Save nunomaduro/cf51c32ac8c0ec10531b33bbf538f69b to your computer and use it in GitHub Desktop.
rector.yaml
# rector.yaml
parameters:
sets:
- 'action-injection-to-constructor-injection'
- 'array-str-functions-to-static-call'
- 'celebrity'
- 'doctrine'
- 'phpstan'
- 'phpunit-code-quality'
- 'solid'
- 'early-return'
- 'doctrine-code-quality'
- 'dead-code'
- 'code-quality'
- 'php71'
- 'php72'
- 'php73'
- 'php74'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment