Skip to content
docsv0.1.0

ManifestValidationResult

The outcome of a {@see PluginManifestValidator} run against one manifest.

ManifestValidationResult::__construct()

public function __construct(string $path, array $errors):

Parameters

Parameters of __construct()
NameTypeDescription
$pathstring
$errorslist<string>

ManifestValidationResult::ok()

public function ok(): bool

True when the manifest has no validation errors.