mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 11:14:38 +01:00
11 lines
348 B
Plaintext
11 lines
348 B
Plaintext
package: "CodeQuality"
|
|
name: "SimplifyMirrorAssignRector"
|
|
node_types:
|
|
- "Assign" # put main node first
|
|
|
|
description: "Removes unneeded $a = $a assigns"
|
|
code_before: "$a = $a;"
|
|
code_after: ""
|
|
source: "" # e.g. link to RFC or headline in upgrade guide, 1 or more in the list
|
|
level: "" # e.g. symfony30.yml, target config to append this rector to
|