@@ -49,7 +49,7 @@ |
||
| 49 | 49 | * |
| 50 | 50 | * @param ModuleService $module_service |
| 51 | 51 | */ |
| 52 | - public function __construct( ModuleService $module_service) |
|
| 52 | + public function __construct(ModuleService $module_service) |
|
| 53 | 53 | { |
| 54 | 54 | $this->module_service = $module_service; |
| 55 | 55 | } |
@@ -36,7 +36,7 @@ |
||
| 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 | /** |