Combine switch statements
This commit is contained in:
parent
1e0bee8551
commit
4c9abd8599
1 changed files with 1 additions and 2 deletions
3
versa
3
versa
|
@ -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'],
|
||||
|
|
Reference in a new issue