Fix UnixCMakeExecutor.php missing return

This commit is contained in:
crazywhalecc 2025-06-09 01:08:24 +08:00
parent 1718806042
commit 1cf2a3dd3f
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -78,6 +78,7 @@ class UnixCMakeExecutor extends Executor
public function toStep(int $step): static
{
$this->steps = $step;
return $this;
}
/**