Menu

← Back to all error identifiers

Error Identifiers: phpstan.*

There are 16 error identifiers in the phpstan.* group:

  • phpstan.classNotFound non-ignorable
    Class under analysis cannot be found via autoloading.
  • phpstan.debugScope non-ignorable
    Debugging output of all variables and their types in the current scope.
  • phpstan.dumpNativeType non-ignorable
    Debugging output of an expression's native type without PHPDoc.
  • phpstan.dumpPhpDocType non-ignorable
    Debugging output of an expression's PHPDoc type representation.
  • phpstan.dumpType non-ignorable
    Debugging output of an expression's inferred type.
  • phpstan.internal non-ignorable
    Unexpected internal error occurred during analysis.
  • phpstan.nativeType non-ignorable
    Native type assertion in PHPStan's test suite does not match.
  • phpstan.parse non-ignorable
    PHP file contains a syntax error and cannot be parsed.
  • phpstan.path non-ignorable
    Configured analysis path does not exist or is not a file.
  • Native PHP warning, notice, or deprecation triggered during analysis.
  • phpstan.reflection non-ignorable
    Referenced class, function, or constant cannot be resolved.
  • phpstan.superType non-ignorable
    Test assertion for super type relationship does not match.
  • phpstan.traitNotFound non-ignorable
    Trait definition found in code but not registered in the autoloader.
  • phpstan.type non-ignorable
    Test assertion for inferred type does not match the expected type.
  • Test assertion function called with a non-literal expected value.
  • phpstan.variable non-ignorable
    Variable certainty assertion does not match the actual certainty.
Theme
A
© 2026 PHPStan s.r.o.