diff --git a/src/Utils.php b/src/Utils.php index 96af4fd..3c48fa9 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -175,8 +175,8 @@ class Utils (intval($hash[$i], 16) > 7 && mb_strtoupper($value[$i]) !== $value[$i]) || (intval($hash[$i], 16) <= 7 && mb_strtolower($value[$i]) !== $value[$i]) ) { - return false; - } + return false; + } } return true; }