mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Fix UnixCMakeExecutor.php missing return
This commit is contained in:
parent
1718806042
commit
1cf2a3dd3f
@ -78,6 +78,7 @@ class UnixCMakeExecutor extends Executor
|
||||
public function toStep(int $step): static
|
||||
{
|
||||
$this->steps = $step;
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user