ManifestValidationResult
The outcome of a {@see PluginManifestValidator} run against one manifest.
ManifestValidationResult::__construct()
public function __construct(string $path, array $errors):Parameters
| Name | Type | Description |
|---|---|---|
| $path | string | |
| $errors | list<string> |
ManifestValidationResult::ok()
public function ok(): boolTrue when the manifest has no validation errors.