Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
HDVinnie
2020-02-12 17:41:17 +00:00
committed by StyleCI Bot
parent 611fcd6bc1
commit 8d72989943
51 changed files with 113 additions and 6 deletions
+1
View File
@@ -177,6 +177,7 @@ class StringHelper
if ((($number % 100) >= 11) && (($number % 100) <= 13)) {
return $number.'th';
}
return $number.$ends[$number % 10];
}
}