rector/create-rector.yml
2018-10-14 15:29:56 +08:00

9 lines
168 B
YAML

package: 'CodeQuality'
name: 'SimplifyConfigRector' # w/wo suffix
node_types:
- 'FuncCall'
description: 'It adds man to hi'
code_before: 'hi'
code_after: 'hi man'