@@ -50,7 +50,7 @@ |
||
50 | 50 | 'c', |
51 | 51 | InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, |
52 | 52 | 'enable the specified checker(s)', |
53 | - [ 'private', 'deprecation', 'strong-comparison' ] |
|
53 | + ['private', 'deprecation', 'strong-comparison'] |
|
54 | 54 | ) |
55 | 55 | ->addOption( |
56 | 56 | '--skip-checkers', |