You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/Requirements.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The following PHP extensions are not required, but are **_strongly recommended_*
11
11
-**[DOM][dom]**: used for displaying the sniff documentation via the `--generator=...` option.
12
12
-**[iconv]**: used for accurate character length calculation in files containing multibyte characters.
13
13
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].
15
15
-**[json]**: required for the cache functionality, as well as for the [JSON report][wiki-report-json] output.
16
16
-**[PCNTL][pcntl]**: required for parallel processing via the `--parallel` CLI option.
17
17
Without this extension, PHP_CodeSniffer will not be able to check multiple files simultaneously.
0 commit comments