From 63fea73d4c7281067edffb84f7fce9ef0a4e78ac Mon Sep 17 00:00:00 2001 From: sc0Vu Date: Wed, 24 Jan 2018 12:38:35 +0800 Subject: [PATCH] typo --- src/Utils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }