Inspectopedia Help

Undefined symbols

Cannot infer DQL model class to enable completion   New in this release

Reports $entityManager->createQueryBuilder()->from($model, $expr) when PhpStorm cannot resolve $model to a class.

Dynamic property declaration   New in this release

Reports the references to dynamic class properties declarations.

Multiple class declarations   New in this release

Reports the references to classes that have multiple declarations in project files.

Possible polymorphic call   New in this release

Reports polymorphic code usages.

Undefined callback   New in this release

Reports the functions, methods, properties, or classes that are referenced from a callback but are not found.

Undefined class   New in this release

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

Undefined class constant   New in this release

Reports the references to class constants that are not declared.

Undefined constant   New in this release

Reports the references to constants that are not found in the project files, configured include paths, or among the PHP predefined constants.

Undefined function   New in this release

Reports the references to functions that are not defined in the project files, configured include paths, or among the PHP predefined functions.

Undefined goto label   New in this release

Reports the goto labels that are not found in the current scope.

Undefined method   New in this release

Reports the references to class methods that are not defined.

Undefined namespace   New in this release

Reports the references to a namespace that is not found.

Undefined property   New in this release

Reports the references to class properties that are not declared.

Undefined variable   New in this release

Produces two types of warnings: Undefined variable: the variable's definition is not found in the project files, configured include paths, or among the PHP predefined variables.

Last modified: 11 September 2024