Completed
Pull Request — master (#7)
by
unknown
02:47
created
src/NaturalizationRecord.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -213,6 +213,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -213,6 +213,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.