Skip to content
docsv0.1.1

StepResult

The outcome of executing a single deploy step: whether it succeeded, and the error if it failed.

StepResult::__construct()

public function __construct(string $name, bool $ok, ?string $error = null):

Parameters

Parameters of __construct()
NameTypeDescription
$namestring
$okbool
$error?string

StepResult::toArray()

public function toArray(): array

El paso como dato: su nombre, si pasó y su error.