mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
9 lines
168 B
YAML
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'
|