Passed
Push — master ( 62fa6f...916d9f )
by Greg
05:13
created
app/Http/Controllers/CalendarController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -485,7 +485,7 @@  discard block
 block discarded – undo
485 485
      */
486 486
     private function applyFilter(array $facts, string $filterof, string $filtersx): array
487 487
     {
488
-        $filtered      = [];
488
+        $filtered = [];
489 489
         $hundred_years_ago = Carbon::now()->subYears(100)->julianDay();
490 490
         foreach ($facts as $fact) {
491 491
             $record = $fact->record();
@@ -558,7 +558,7 @@  discard block
 block discarded – undo
558 558
         $html = '';
559 559
 
560 560
         foreach ($list as $xref => $facts) {
561
-            $tmp  = GedcomRecord::getInstance((string) $xref, $tree);
561
+            $tmp = GedcomRecord::getInstance((string) $xref, $tree);
562 562
             $html .= $tag1 . '<a href="' . e($tmp->url()) . '">' . $tmp->fullName() . '</a> ';
563 563
             $html .= '<div class="indent">' . $facts . '</div>' . $tag2;
564 564
         }
Please login to merge, or discard this patch.