mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
package: 'CodeQuality'
|
|
name: 'SimplifyMirrorAssignRector' # w/wo suffix
|
|
node_types:
|
|
- 'Assign'
|
|
|
|
description: 'Removes unneeded $a = $a assigns'
|
|
code_before: "$a = $a;"
|
|
code_after: ""
|