mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 21:18:39 +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');
|
$length = \mb_strlen($source, 'UTF-8');
|
||||||
|
|
||||||
for ($i = 0; $i < $length; ++$i) {
|
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);
|
$codePoint = \ord($char);
|
||||||
|
|
||||||
if ($codePoint > 127) {
|
if ($codePoint > 127) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user