Passed
Push — develop ( b53f60...9961ae )
by Greg
14:15
created
app/Module/LanguageGerman.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      */
37 37
     public function equivalentLetters(): array
38 38
     {
39
-        return ['ä' => 'ae', 'ö' => 'oe',  'ü' => 'ue', 'ẞ' => 'ss', 'Ä' => 'AE', 'Ö' => 'OE',  'Ü' => 'UE', 'ß' => 'SS'];
39
+        return ['ä' => 'ae', 'ö' => 'oe', 'ü' => 'ue', 'ẞ' => 'ss', 'Ä' => 'AE', 'Ö' => 'OE', 'Ü' => 'UE', 'ß' => 'SS'];
40 40
     }
41 41
 
42 42
     /**
Please login to merge, or discard this patch.