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

Code Inspection: Undefined class

Last modified: 16 May 2022

Reports the references to classes whose declarations are not found in the project files, configured include paths, or among the PHP predefined classes.

Use the options below to customize the inspection:

  • Ignore PHPDoc: if selected, the inspection will not report the undefined classes referenced in PHPDoc blocks.