From aecb807555ec7226344edf13ffcf26b8253e264c Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Fri, 22 Sep 2023 01:45:43 +0000 Subject: [PATCH] Automated formatting changes --- Security/PhpCode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Security/PhpCode.php b/Security/PhpCode.php index b4bf4b027..c5ade693f 100755 --- a/Security/PhpCode.php +++ b/Security/PhpCode.php @@ -95,7 +95,7 @@ final class PhpCode $length = \mb_strlen($source, 'UTF-8'); for ($i = 0; $i < $length; ++$i) { - $char = \mb_substr($source, $i, 1, 'UTF-8'); + $char = \mb_substr($source, $i, 1, 'UTF-8'); $codePoint = \ord($char); if ($codePoint > 127) {