Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed Jan 5, 2024
1 parent 252c406 commit f8637a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Commands/SpiderMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ protected function getDefaultNamespace($rootNamespace): string
protected function getOptions()
{
return [
['force', null, InputOption::VALUE_NONE, 'Create the class even if the spider already exists'],
[
'force',
null,
InputOption::VALUE_NONE,
'Create the class even if the spider already exists',
],
];
}
}

0 comments on commit f8637a0

Please sign in to comment.