Passed
Push — 2.1 ( a46834...fd0ae6 )
by Greg
13:46 queued 06:44
created
app/Module/AbstractIndividualListModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -593,7 +593,7 @@
 block discarded – undo
593 593
             ->groupBy([$this->binaryColumn('n_givn')]);
594 594
 
595 595
         foreach ($query->get() as $row) {
596
-            $initial            = I18N::strtoupper(I18N::language()->initialLetter($row->n_givn));
596
+            $initial = I18N::strtoupper(I18N::language()->initialLetter($row->n_givn));
597 597
             $initials[$initial] ??= 0;
598 598
             $initials[$initial] += (int) $row->count;
599 599
         }
Please login to merge, or discard this patch.