MetadataParityResult
The outcome of a {@see MetadataParityValidator} run for one plugin.
MetadataParityResult::__construct()
public function __construct(string $manifestPath, array $divergent):Parameters
| Name | Type | Description |
|---|---|---|
| $manifestPath | string | |
| $divergent | list<string> | Graph fields whose manifest value differs from the attribute. |
MetadataParityResult::ok()
public function ok(): boolTrue when every compared graph field matches.