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

Code Inspection: Private property can be local

Last modified: 16 May 2022

Reports the private properties that are used only in a single method. Such properties can be replaced with local variables.