Skip to content

Commit

Permalink
use null as second param for getOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Feb 2, 2024
1 parent 5194d3c commit 668bb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/TestMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function getArguments()
protected function getOptions()
{
return [
['feature', false, InputOption::VALUE_NONE, 'Create a feature test.'],
['feature', null, InputOption::VALUE_NONE, 'Create a feature test.'],
];
}

Expand Down

0 comments on commit 668bb0a

Please sign in to comment.