Skip to content

collectPhpGenerationWarnings

collectPhpGenerationWarnings(attribute, pathLabel, warnings): void

Defined in: metadata-php-render.ts:513

Collect warn-only PHP validator generation gaps for one manifest branch.

ManifestAttribute

Manifest attribute metadata to inspect.

string

Human-readable path used in emitted warning messages.

string[]

Mutable accumulator that receives any discovered warnings.

void

Nothing. Mutates the warnings array with any discovered gaps.