Skip to content

Commit

Permalink
CS fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
ircmaxell authored and fabpot committed Mar 25, 2015
1 parent bdea4ba commit 8269589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Security/Core/Util/StringUtils.php
Expand Up @@ -82,7 +82,7 @@ public static function safeStrlen($string)
if ($func_exists === null) {
$func_exists = function_exists('mb_strlen');
}

if ($func_exists) {
return mb_strlen($string, '8bit');
}
Expand Down

0 comments on commit 8269589

Please sign in to comment.