Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 24, 2022
1 parent acaf868 commit f1c1181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/voku/helper/ASCII.php
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,8 @@ public static function remove_invisible_characters(
*
* @phpstan-return array{0: string, 1: string}
*/
public static function to_ascii_remap(string $str1, string $str2): array {
public static function to_ascii_remap(string $str1, string $str2): array
{
$charMap = [];
$str1 = self::to_ascii_remap_intern($str1, $charMap);
$str2 = self::to_ascii_remap_intern($str2, $charMap);
Expand Down

0 comments on commit f1c1181

Please sign in to comment.