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

Code Inspection: Class constant can be 'final'

Last modified: 16 May 2022

Reports the non-final class constants that are not redefined in child classes. In PHP 8.1 and later, such constants can be made final.

See Final class constants (php.net) for details.