From 2e741443e9bb092613dec8227a4bcdcfff47a4ed Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 19 Sep 2025 00:52:31 +0200 Subject: [PATCH] Configuration Options: add missing line break --- wiki/Configuration-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Configuration-Options.md b/wiki/Configuration-Options.md index b6d6106..5e900e2 100644 --- a/wiki/Configuration-Options.md +++ b/wiki/Configuration-Options.md @@ -215,7 +215,7 @@ $ phpcs --config-set ignore_warnings_on_exit 1 By default, PHP_CodeSniffer will exit with a non-zero code if any errors or warnings are found. -If you want to display warnings to the user, but still return with a zero exit code if no errors are found, you can set the `ignore_warnings_on_exit` configuration option. +If you want to display warnings to the user, but still return with a zero exit code if no errors are found, you can set the `ignore_warnings_on_exit` configuration option. _This option is typically used by automated build tools so that a list of warnings can be generated without failing the build._ ```bash