Skip to content

Commit

Permalink
[~]: small clean-up in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Oct 15, 2019
1 parent a92223a commit d2d9832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voku/helper/ASCII.php
Expand Up @@ -265,7 +265,7 @@ public static function charsArrayWithOneLanguage(

// init
static $CHARS_ARRAY = [];
$cacheKey = '' . $replace_extra_symbols . '_' . $language;
$cacheKey = '' . $replace_extra_symbols;

// check static cache
if (isset($CHARS_ARRAY[$cacheKey][$language])) {
Expand Down

0 comments on commit d2d9832

Please sign in to comment.