Fix UnixCMakeExecutor.php missing return

This commit is contained in:
crazywhalecc
2025-06-09 01:08:24 +08:00
parent 1718806042
commit 1cf2a3dd3f

View File

@@ -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;
} }
/** /**