Namespaces

Classes

Base class for checks that look up functions or methods by their entity ID.

Thin coordinator that delegates to EntityLookupService and MethodCollectionService.

Base class for checks that compare a single attribute (e.g. visibility) on class/interface/enum constants between reflection and stubs.

Base for entity-level final-flag checks.

Base class for checks that compare a boolean method flag (e.g. isFinal, isStatic) between reflection and stubs.

Base class for checks that compare a boolean property flag (e.g. isStatic, visibility) between reflection and stubs.

Base class for checks that detect type hints forbidden in older PHP versions.

Parameterized check that validates an entity from reflection exists in stubs.

Parameterized check that validates entity namespace in stubs matches the namespace implied by its entity ID.

Registry for known validation problems in stubs.

Default implementation of ReflectionProviderInterface that uses Runner.

Default implementation of StubsProviderInterface that uses Runner.