Passed
Push — master ( d33486...5373aa )
by Greg
05:39
created
app/Http/Controllers/CalendarController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -513,7 +513,7 @@  discard block
 block discarded – undo
513 513
      */
514 514
     private function applyFilter(array $facts, string $filterof, string $filtersx): array
515 515
     {
516
-        $filtered      = [];
516
+        $filtered = [];
517 517
         $hundred_years_ago = Carbon::now()->subYears(100)->julianDay();
518 518
         foreach ($facts as $fact) {
519 519
             $record = $fact->record();
@@ -586,7 +586,7 @@  discard block
 block discarded – undo
586 586
         $html = '';
587 587
 
588 588
         foreach ($list as $id => $facts) {
589
-            $tmp  = GedcomRecord::getInstance($id, $tree);
589
+            $tmp = GedcomRecord::getInstance($id, $tree);
590 590
             $html .= $tag1 . '<a href="' . e($tmp->url()) . '">' . $tmp->fullName() . '</a> ';
591 591
             $html .= '<div class="indent">' . $facts . '</div>' . $tag2;
592 592
         }
Please login to merge, or discard this patch.