@@ -660,11 +660,11 @@ |
||
660 | 660 | */ |
661 | 661 | protected function surnameInitials(array $all_surnames): array |
662 | 662 | { |
663 | - $initials = []; |
|
663 | + $initials = []; |
|
664 | 664 | |
665 | 665 | // Ensure our own language comes before others. |
666 | 666 | foreach (I18N::language()->alphabet() as $initial) { |
667 | - $initials[$initial] = 0; |
|
667 | + $initials[$initial] = 0; |
|
668 | 668 | } |
669 | 669 | |
670 | 670 | foreach ($all_surnames as $surn => $surnames) { |