Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpisa authored and github-actions[bot] committed Mar 11, 2023
1 parent a02c1b0 commit 9d5beb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/ActionMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ protected function getStub(): string
protected function getOptions(): array
{
return [
['force', null, InputOption::VALUE_NONE, 'Create the action even if the action already exists']
['force', null, InputOption::VALUE_NONE, 'Create the action even if the action already exists'],
];
}

Expand All @@ -48,6 +48,6 @@ protected function getOptions(): array
*/
protected function getDefaultNamespace($rootNamespace): string
{
return $rootNamespace . '\Action';
return $rootNamespace.'\Action';
}
}

0 comments on commit 9d5beb3

Please sign in to comment.