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
| Name | Type | Description |
|---|---|---|
| $name | string | |
| $ok | bool | |
| $error | ?string |
StepResult::toArray()
public function toArray(): arrayEl paso como dato: su nombre, si pasó y su error.