Menu
← Back to all error identifiers
Error Identifiers: phpstan.*
There are 16 error identifiers in the phpstan.* group:
-
phpstan.classNotFound non-ignorableClass under analysis cannot be found via autoloading.
-
phpstan.debugScope non-ignorableDebugging output of all variables and their types in the current scope.
-
phpstan.dumpNativeType non-ignorableDebugging output of an expression's native type without PHPDoc.
-
phpstan.dumpPhpDocType non-ignorableDebugging output of an expression's PHPDoc type representation.
-
phpstan.dumpType non-ignorableDebugging output of an expression's inferred type.
-
phpstan.internal non-ignorableUnexpected internal error occurred during analysis.
-
phpstan.nativeType non-ignorableNative type assertion in PHPStan's test suite does not match.
-
phpstan.parse non-ignorablePHP file contains a syntax error and cannot be parsed.
-
phpstan.path non-ignorableConfigured analysis path does not exist or is not a file.
-
Native PHP warning, notice, or deprecation triggered during analysis.
-
phpstan.reflection non-ignorableReferenced class, function, or constant cannot be resolved.
-
phpstan.superType non-ignorableTest assertion for super type relationship does not match.
-
phpstan.traitNotFound non-ignorableTrait definition found in code but not registered in the autoloader.
-
phpstan.type non-ignorableTest assertion for inferred type does not match the expected type.
-
phpstan.unknownExpectation non-ignorableTest assertion function called with a non-literal expected value.
-
phpstan.variable non-ignorableVariable certainty assertion does not match the actual certainty.