Skip to content

Commit cdf6c0a

Browse files
committed
Apply fixes from StyleCI
1 parent c84d3a3 commit cdf6c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ protected function interact(InputInterface $input, OutputInterface $output)
118118
if (! $input->getOption('phpunit') && ! $input->getOption('pest')) {
119119
$input->setOption('pest', select(
120120
label: 'Which testing framework do you prefer?',
121-
options: ['Pest', 'PHPUnit',],
121+
options: ['Pest', 'PHPUnit'],
122122
default: 'Pest',
123123
) === 'Pest');
124124
}

0 commit comments

Comments
 (0)