Skip to content

Commit

Permalink
Allow --coverage-filter to be used multiple times (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
piurafunk authored Oct 2, 2024
1 parent fddc2db commit 8134d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ public static function setInputDefinition(InputDefinition $inputDefinition): voi
new InputOption(
'coverage-filter',
null,
InputOption::VALUE_REQUIRED,
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
'@see PHPUnit guide, chapter: ' . $chapter,
),
new InputOption(
Expand Down

0 comments on commit 8134d62

Please # to comment.