Skip to content

Commit

Permalink
The "repair" option does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Nov 26, 2024
1 parent 68524e8 commit 2bc6258
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/Commands/DefaultCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ protected function configure(): void
'Test for code style errors without fixing them and stop on first error'
),

new InputOption(
'repair',
'',
InputOption::VALUE_NONE,
'Fix code style errors but exit with status 1 if there were any changes made'
),

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

0 comments on commit 2bc6258

Please sign in to comment.