Classes

Validates that every @link URL in phpDoc comments:

  1. Uses the https scheme (always checked).

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.