Classes

Validates that every @link URL in phpDoc comments:

  1. Uses the https scheme (always checked).

Walks the PhpDoc-bearing locations of an entity — the entity itself, then each of its methods when it is class-like — and collects whatever an inspector reports at each one.

Validates that PhpDoc comments contain only recognized tag names.

Validates that @since, @deprecated, and @removed phpDoc tags use "major.minor" version format (e.g. 8.0) rather than "major.minor.patch" (e.g. 8.0.1) for style consistency.