collectPhpGenerationWarnings
collectPhpGenerationWarnings(
attribute,pathLabel,warnings):void
Defined in: metadata-php-render.ts:513
Collect warn-only PHP validator generation gaps for one manifest branch.
Parameters
Section titled “Parameters”attribute
Section titled “attribute”Manifest attribute metadata to inspect.
pathLabel
Section titled “pathLabel”string
Human-readable path used in emitted warning messages.
warnings
Section titled “warnings”string[]
Mutable accumulator that receives any discovered warnings.
Returns
Section titled “Returns”void
Nothing. Mutates the warnings array with any discovered gaps.