Skip to content

Commit 59f6fc7

Browse files
committed
Configuration-Options: fix typo
1 parent 3b4a5a2 commit 59f6fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Configuration-Options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ $ phpcs --config-set ignore_warnings_on_exit 1
219219
## Ignoring non-auto-fixable issues when generating the exit code (PHP_CodeSniffer >= 4.0.0)
220220
221221
By default, PHP_CodeSniffer will exit with a non-zero code if any errors or warnings are found, whether these are auto-fixable or not.
222-
If you want to display non-autofixable errors and warnings to the user, but still return with a zero exit code if non-auto-fixable issues are found, you can set the `ignore_non_auto_fixable_on_exit` configuration option.
222+
If you want to display non-auto-fixable errors and warnings to the user, but still return with a zero exit code if non-auto-fixable issues are found, you can set the `ignore_non_auto_fixable_on_exit` configuration option.
223223
This option is typically used by automated build tools so that a `phpcbf` run can exit with `0` if it fixed all fixable issues, but there are still some non-auto-fixable issues remaining.
224224
225225
```bash

0 commit comments

Comments
 (0)