Skip to content
docsv0.2.0

ResolutionStatus

The verdict of a resolution. `Valid`: the whole graph closes with no warnings. `BootableWithWarnings`: everything required closes but a suggested capability is missing. `LegacyCompatible`: required dependencies close, but through a permitted legacy adapter. `Blocked`: a required contract or capability is missing (or conflicts), so boot must not proceed.

ResolutionStatus::cases()

public static function cases(): array

ResolutionStatus::from()

public static function from(string|int $value): static

Parameters

Parameters of from()
NameTypeDescription
$valuestring|int

ResolutionStatus::tryFrom()

public static function tryFrom(string|int $value): ?static

Parameters

Parameters of tryFrom()
NameTypeDescription
$valuestring|int