Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -3,7 +3,7 @@ namespace Daito\Lib; | ... | @@ -3,7 +3,7 @@ namespace Daito\Lib; |
| 3 | 3 | ||
| 4 | class StringUtils { | 4 | class StringUtils { |
| 5 | public static function toUpper($text){ | 5 | public static function toUpper($text){ |
| 6 | - return strtoupper($text); | 6 | + return strtoupper("$text xxx"); |
| 7 | } | 7 | } |
| 8 | public static function toLower($text){ | 8 | public static function toLower($text){ |
| 9 | return strtolower($text); | 9 | return strtolower($text); | ... | ... |
-
Please register or sign in to post a comment