Error Identifiers: phpstan.*

Menu

← Back to all error identifiers

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

  • Class under analysis cannot be found via autoloading.

  • Debugging output of all variables and their types in the current scope.

  • Debugging output of an expression's native type without PHPDoc.

  • Debugging output of an expression's PHPDoc type representation.

  • Debugging output of an expression's inferred type.

  • Unexpected internal error occurred during analysis.

  • Native type assertion in PHPStan's test suite does not match.

  • PHP file contains a syntax error and cannot be parsed.

  • Configured analysis path does not exist or is not a file.

  • Native PHP warning, notice, or deprecation triggered during analysis.

  • Referenced class, function, or constant cannot be resolved.

  • Test assertion for super type relationship does not match.

  • Trait definition found in code but not registered in the autoloader.

  • Test assertion for inferred type does not match the expected type.

  • Test assertion function called with a non-literal expected value.

  • Variable certainty assertion does not match the actual certainty.