Skip to content

Commit ea45cd7

Browse files
committed
Configuration Options: add missing line break
1 parent 706352e commit ea45cd7

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
@@ -215,7 +215,7 @@ $ phpcs --config-set ignore_warnings_on_exit 1
215215
216216
By default, PHP_CodeSniffer will exit with a non-zero code if any errors or warnings are found.
217217
218-
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.
218+
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.
219219
_This option is typically used by automated build tools so that a list of warnings can be generated without failing the build._
220220
221221
```bash

0 commit comments

Comments
 (0)