Skip to content

Commit 81680a0

Browse files
committed
Wiki/Requirements: improve information about use of iconv in reports
1 parent c995eac commit 81680a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wiki/Requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following PHP extensions are not required, but are **_strongly recommended_*
1111
- **[DOM][dom]**: used for displaying the sniff documentation via the `--generator=...` option.
1212
- **[iconv]**: used for accurate character length calculation in files containing multibyte characters.
1313
Without this extension, some sniffs, like `Generic.Files.LineLength`, may report incorrect results for lines containing non-ASCII characters, as PHP_CodeSniffer will fall back to byte-based length calculations.
14-
Additionally, the following reports may not work correctly without this extension: [Checkstyle][wiki-report-checkstyle], [JUnit][wiki-report-junit] and [XML][wiki-report-xml].
14+
Additionally, the following reports will not work without this extension if the project `encoding` is not UTF-8: [Checkstyle][wiki-report-checkstyle], [JUnit][wiki-report-junit] and [XML][wiki-report-xml].
1515
- **[json]**: required for the cache functionality, as well as for the [JSON report][wiki-report-json] output.
1616
- **[PCNTL][pcntl]**: required for parallel processing via the `--parallel` CLI option.
1717
Without this extension, PHP_CodeSniffer will not be able to check multiple files simultaneously.

0 commit comments

Comments
 (0)