| @@ -213,6 +213,4 @@ | ||
| 213 | 213 | */ | 
| 214 | 214 | private static function tr_strtoupper(string $str): string | 
| 215 | 215 |      { | 
| 216 | - return strtoupper(str_replace(['ç', 'i', 'ı', 'ğ', 'ö', 'ş', 'ü'], ['Ç', 'İ', 'I', 'Ğ', 'Ö', 'Ş', 'Ü'], $str)); | |
| 217 | - } | |
| 218 | -} | |
| 216 | + return strtoupper(str_replace(['ç', 'i', 'ı', 'ğ', 'ö', 'ş', 'ü'], ['Ç', 'İ', 'I', 'Ğ', 'Ö', 'Ş', 'Ü'], $str | |
| 219 | 217 | \ No newline at end of file | 
| @@ -213,6 +213,4 @@ | ||
| 213 | 213 | */ | 
| 214 | 214 | private static function tr_strtoupper(string $str): string | 
| 215 | 215 |      { | 
| 216 | - return strtoupper(str_replace(['ç', 'i', 'ı', 'ğ', 'ö', 'ş', 'ü'], ['Ç', 'İ', 'I', 'Ğ', 'Ö', 'Ş', 'Ü'], $str)); | |
| 217 | - } | |
| 218 | -} | |
| 216 | + return strtoupper(str_replace(['ç', 'i', 'ı', 'ğ', 'ö', 'ş', 'ü'], ['Ç', 'İ', 'I', 'Ğ', 'Ö', 'Ş', 'Ü'], $str | |
| 219 | 217 | \ No newline at end of file |