Skip to content

Commit

Permalink
[+]: "ASCII::normalize_whitespace()" -> support for "VERTICAL TAB" v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Nov 12, 2020
1 parent 8095367 commit 0a05e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voku/helper/ASCII.php
Expand Up @@ -616,7 +616,7 @@ public static function normalize_msword(string $str): string
* @param bool $keepNonBreakingSpace [optional] <p>Set to true, to keep non-breaking-spaces.</p>
* @param bool $keepBidiUnicodeControls [optional] <p>Set to true, to keep non-printable (for the web)
* bidirectional text chars.</p>
* @param bool $normalize_control_characters [optional] <p>Set to true, to convert LINE-, PARAGRAPH-SEPARATOR with "\n" and LINE TABULATION with "\t".</p>
* @param bool $normalize_control_characters [optional] <p>Set to true, to convert e.g. LINE-, PARAGRAPH-SEPARATOR with "\n" and LINE TABULATION with "\t".</p>
*
* @psalm-pure
*
Expand Down

0 comments on commit 0a05e9e

Please sign in to comment.