mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -177,6 +177,7 @@ class StringHelper
|
||||
if ((($number % 100) >= 11) && (($number % 100) <= 13)) {
|
||||
return $number.'th';
|
||||
}
|
||||
|
||||
return $number.$ends[$number % 10];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user