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

Code Inspection: Property can be 'readonly'

Last modified: 16 May 2022

Reports the private promoted properties that are never written to. In PHP 8.1 and later, such properties can be declared readonly.

See Readonly properties (php.net) for details.