File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1403,7 +1403,7 @@ public function printPHPCSUsage()
1403
1403
echo ' e.g., module/php,es/js ' .PHP_EOL ;
1404
1404
echo ' <file> One or more files and/or directories to check ' .PHP_EOL ;
1405
1405
echo ' <fileList> A file containing a list of files and/or directories to check (one per line) ' .PHP_EOL ;
1406
- echo ' <filter> Use either the "gitmodified " or "gitstaged " filter, ' .PHP_EOL ;
1406
+ echo ' <filter> Use either the "GitModified " or "GitStaged " filter, ' .PHP_EOL ;
1407
1407
echo ' or specify the path to a custom filter class ' .PHP_EOL ;
1408
1408
echo ' <generator> Use either the "HTML", "Markdown" or "Text" generator ' .PHP_EOL ;
1409
1409
echo ' (forces documentation generation instead of checking) ' .PHP_EOL ;
@@ -1465,7 +1465,7 @@ public function printPHPCBFUsage()
1465
1465
echo ' e.g., module/php,es/js ' .PHP_EOL ;
1466
1466
echo ' <file> One or more files and/or directories to fix ' .PHP_EOL ;
1467
1467
echo ' <fileList> A file containing a list of files and/or directories to fix (one per line) ' .PHP_EOL ;
1468
- echo ' <filter> Use either the "gitmodified " or "gitstaged " filter, ' .PHP_EOL ;
1468
+ echo ' <filter> Use either the "GitModified " or "GitStaged " filter, ' .PHP_EOL ;
1469
1469
echo ' or specify the path to a custom filter class ' .PHP_EOL ;
1470
1470
echo ' <patterns> A comma separated list of patterns to ignore files and directories ' .PHP_EOL ;
1471
1471
echo ' <processes> How many files should be fixed simultaneously (default is 1) ' .PHP_EOL ;
You can’t perform that action at this time.
0 commit comments