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

Code Inspection: Undefined class constant

Last modified: 16 May 2022

Reports the references to class constants that are not declared.

In the following example, the NonExistingConstant constant is not defined in ExampleClass.