Combine switch statements

This commit is contained in:
Oliver Davies 2024-02-21 00:35:26 +00:00
parent 1e0bee8551
commit 4c9abd8599

3
versa
View file

@ -91,8 +91,7 @@ $application->setCode(function (InputInterface $input): int {
$process->run();
}
break;
}
switch ($projectType) {
case ProjectType::Sculpin->value:
$process = Process::create(
command: ['./vendor/bin/sculpin', 'generate'],