mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Fix UnixCMakeExecutor.php missing return
This commit is contained in:
@@ -78,6 +78,7 @@ class UnixCMakeExecutor extends Executor
|
|||||||
public function toStep(int $step): static
|
public function toStep(int $step): static
|
||||||
{
|
{
|
||||||
$this->steps = $step;
|
$this->steps = $step;
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user