Namespaces

Classes

Validates that classes from reflection exist in stubs.

Validates that global constants from reflection exist in stubs.

Validates that enums from reflection exist in stubs and their methods are correct.

Validates that functions from reflection match stubs.

Validates that interfaces from reflection exist in stubs and their methods are correct.

Validates that PhpDoc comments in stubs contain only recognized tag names, and that @since/@deprecated/@removed use "major.minor" version format.

Guards against drift between PhpVersions.php and the reflection cache directory.

Validates the structural integrity of the stubs directory layout.

Abstract base class for validator tests.