mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
package: 'CodeQuality'
|
|
name: 'SimplifyMirrorAssignRector' # w/wo suffix
|
|
node_types:
|
|
- 'Assign'
|
|
|
|
description: 'Removes unneeded $a = $a assigns'
|
|
code_before: "$a = $a;"
|
|
code_after: ""
|
|
source: "" # e.g. link to RFC or headline in upgrade guide
|