Namespace PHPStan\Analyser

Classes
ArgumentsNormalizer
Error
ImpurePoint
InternalError
MutatingScope
NameScope
NodeScopeResolver
OutOfClassScope
ScopeContext
ScopeFactory
SpecifiedTypes
StatementContext

Object of this class is one of the parameters of NodeScopeResolver::processStmtNodes(). It determines whether loops will be analysed once or multiple times until the types "stabilize". When in doubt, use StatementContext::createTopLevel().

StatementExitPoint
StatementResult
ThrowPoint
TypeSpecifier
TypeSpecifierContext
Interfaces
IgnoreErrorExtension

This is the extension interface to implement if you want to ignore errors based on the node and scope. To register it in the configuration file use the phpstan.ignoreErrorExtension service tag: ``` services: - class: App\PHPStan\MyExtension tags: - phpstan.ignoreErrorExtension

Scope
TypeSpecifierAwareExtension
Exceptions
UndefinedVariableException
Namespaces
PHPStan\Analyser\ResultCache