PhpStorm
 
2021.1
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Variable is assigned to itself

Last modified: 08 March 2021

Configure inspections: Settings / Preferences | Editor | Inspections

Reports any assignments of the form x = x in CoffeeScript content. These are pointless, and usually indicate programmer error.