mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Automated formatting changes
This commit is contained in:
parent
650789ba16
commit
aecb807555
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user