@@ -197,7 +197,7 @@ discard block |
||
197 | 197 | |
198 | 198 | |
199 | 199 | // Make sure parameters are consistent with each other. |
200 | - if ($show_all_firstnames ==='yes') { |
|
200 | + if ($show_all_firstnames === 'yes') { |
|
201 | 201 | $falpha = ''; |
202 | 202 | } |
203 | 203 | |
@@ -638,11 +638,11 @@ discard block |
||
638 | 638 | */ |
639 | 639 | protected function surnameInitials(array $all_surnames): array |
640 | 640 | { |
641 | - $initials = []; |
|
641 | + $initials = []; |
|
642 | 642 | |
643 | 643 | // Ensure our own language comes before others. |
644 | 644 | foreach (I18N::language()->alphabet() as $initial) { |
645 | - $initials[$initial] = 0; |
|
645 | + $initials[$initial] = 0; |
|
646 | 646 | } |
647 | 647 | |
648 | 648 | foreach ($all_surnames as $surn => $surnames) { |