Skip to content

Commit

Permalink
Merge pull request #220 from TheDragonCode/4.x
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
andrey-helldar authored Mar 27, 2024
2 parents 593e5e7 + afa0d28 commit 0e0f91a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions app/Commands/DefaultCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ protected function configure(): void
'Only fix files that have uncommitted changes'
),

new InputOption(
'bail',
'',
InputOption::VALUE_NONE,
'Test for code style errors without fixing them and stop on first error'
),

new InputOption(
'format',
'',
Expand Down

0 comments on commit 0e0f91a

Please sign in to comment.