Skip to content

Commit 4366433

Browse files
Merge pull request #238 from TheDragonCode/5.x
The "repair" option does not exist
2 parents eb164d9 + 2bc6258 commit 4366433

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/Commands/DefaultCommand.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ protected function configure(): void
7171
'Test for code style errors without fixing them and stop on first error'
7272
),
7373

74+
new InputOption(
75+
'repair',
76+
'',
77+
InputOption::VALUE_NONE,
78+
'Fix code style errors but exit with status 1 if there were any changes made'
79+
),
80+
7481
new InputOption(
7582
'format',
7683
'',

0 commit comments

Comments
 (0)