Skip to content
docsv0.24.0

MetadataParityResult

The outcome of a {@see MetadataParityValidator} run for one plugin.

MetadataParityResult::__construct()

public function __construct(string $manifestPath, array $divergent):

Parameters

Parameters of __construct()
NameTypeDescription
$manifestPathstring
$divergentlist<string>Graph fields whose manifest value differs from the attribute.

MetadataParityResult::ok()

public function ok(): bool

True when every compared graph field matches.