Skip to content

Commit

Permalink
Correct argument type in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Jan 17, 2025
1 parent 39b973d commit bf37198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Runs plugin check.
: Exclude checks provided as an argument in comma-separated values, e.g. i18n_usage, late_escaping.
Applies after evaluating `--checks`.
[--ignore-codes=<checks>]
[--ignore-codes=<codes>]
: Ignore error codes provided as an argument in comma-separated values.
[--format=<format>]
Expand Down
2 changes: 1 addition & 1 deletion includes/CLI/Plugin_Check_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function __construct( Plugin_Context $plugin_context ) {
* : Exclude checks provided as an argument in comma-separated values, e.g. i18n_usage, late_escaping.
* Applies after evaluating `--checks`.
*
* [--ignore-codes=<checks>]
* [--ignore-codes=<codes>]
* : Ignore error codes provided as an argument in comma-separated values.
*
* [--format=<format>]
Expand Down

0 comments on commit bf37198

Please sign in to comment.