@@ -190,8 +190,8 @@ discard block |
||
190 | 190 | foreach ($person->getChildFamilies() as $cfamily) { |
191 | 191 | foreach ($cfamily->getSpouses() as $parent) { |
192 | 192 | echo FontAwesome::linkIcon('arrow-up', I18N::translate('Start at parents'), ['href' => route('descendants', ['ged' => $parent->tree()->name(), |
193 | - 'xref' => $parent->xref(), |
|
194 | - 'generations' => $generations, |
|
193 | + 'xref' => $parent->xref(), |
|
194 | + 'generations' => $generations, |
|
195 | 195 | ]), |
196 | 196 | ]); |
197 | 197 | // only show the arrow for one of the parents |
@@ -273,8 +273,8 @@ discard block |
||
273 | 273 | foreach ($spouse->getChildFamilies() as $cfamily) { |
274 | 274 | foreach ($cfamily->getSpouses() as $parent) { |
275 | 275 | echo FontAwesome::linkIcon('arrow-up', I18N::translate('Start at parents'), ['href' => route('descendants', ['ged' => $parent->tree()->name(), |
276 | - 'xref' => $parent->xref(), |
|
277 | - 'generations' => $generations, |
|
276 | + 'xref' => $parent->xref(), |
|
277 | + 'generations' => $generations, |
|
278 | 278 | ]), |
279 | 279 | ]); |
280 | 280 | // only show the arrow for one of the parents |
@@ -320,7 +320,7 @@ discard block |
||
320 | 320 | return $new_path; |
321 | 321 | } |
322 | 322 | |
323 | - $paths[] = $new_path; |
|
323 | + $paths[] = $new_path; |
|
324 | 324 | $visited[$spouse->xref()] = true; |
325 | 325 | } |
326 | 326 | } |
@@ -334,7 +334,7 @@ discard block |
||
334 | 334 | return $new_path; |
335 | 335 | } |
336 | 336 | |
337 | - $paths[] = $new_path; |
|
337 | + $paths[] = $new_path; |
|
338 | 338 | $visited[$child->xref()] = true; |
339 | 339 | } |
340 | 340 | } |
@@ -353,7 +353,7 @@ discard block |
||
353 | 353 | return $new_path; |
354 | 354 | } |
355 | 355 | |
356 | - $paths[] = $new_path; |
|
356 | + $paths[] = $new_path; |
|
357 | 357 | $visited[$spouse->xref()] = true; |
358 | 358 | } |
359 | 359 | } |
@@ -367,7 +367,7 @@ discard block |
||
367 | 367 | return $new_path; |
368 | 368 | } |
369 | 369 | |
370 | - $paths[] = $new_path; |
|
370 | + $paths[] = $new_path; |
|
371 | 371 | $visited[$child->xref()] = true; |
372 | 372 | } |
373 | 373 | } |
@@ -67,7 +67,7 @@ |
||
67 | 67 | return new Menu( |
68 | 68 | $this->getTitle(), |
69 | 69 | route('report-setup', ['ged' => $tree->name(), |
70 | - 'report' => $this->getName(), |
|
70 | + 'report' => $this->getName(), |
|
71 | 71 | ]), |
72 | 72 | 'menu-report-' . $this->getName(), |
73 | 73 | ['rel' => 'nofollow'] |
@@ -73,7 +73,7 @@ |
||
73 | 73 | return new Menu( |
74 | 74 | $this->getTitle(), |
75 | 75 | route('descendants', ['ged' => $individual->tree()->name(), |
76 | - 'xref' => $individual->xref(), |
|
76 | + 'xref' => $individual->xref(), |
|
77 | 77 | ]), |
78 | 78 | 'menu-chart-descendants', |
79 | 79 | ['rel' => 'nofollow'] |
@@ -73,7 +73,7 @@ |
||
73 | 73 | return new Menu( |
74 | 74 | $this->getTitle(), |
75 | 75 | route('family-book', ['ged' => $individual->tree()->name(), |
76 | - 'xref' => $individual->xref(), |
|
76 | + 'xref' => $individual->xref(), |
|
77 | 77 | ]), |
78 | 78 | 'menu-chart-familybook', |
79 | 79 | ['rel' => 'nofollow'] |
@@ -121,7 +121,7 @@ |
||
121 | 121 | |
122 | 122 | // If we are only showing living individuals, then we don't need to search for DEAT events. |
123 | 123 | if ($filter) { |
124 | - $event_array = array_diff($event_array, Gedcom::DEATH_EVENTS); |
|
124 | + $event_array = array_diff($event_array, Gedcom::DEATH_EVENTS); |
|
125 | 125 | } |
126 | 126 | |
127 | 127 | $events_filter = implode('|', $event_array); |
@@ -52,7 +52,7 @@ |
||
52 | 52 | } |
53 | 53 | |
54 | 54 | // Did we emigrate or naturalise? |
55 | - foreach ($individual->facts(['IMMI' ,'EMIG', 'NATU'], true) as $fact) { |
|
55 | + foreach ($individual->facts(['IMMI', 'EMIG', 'NATU'], true) as $fact) { |
|
56 | 56 | if (Date::compare($fact->date(), $this->date()) <= 0) { |
57 | 57 | $place = $fact->place()->getGedcomName(); |
58 | 58 | } |
@@ -67,7 +67,7 @@ |
||
67 | 67 | return new Menu( |
68 | 68 | $this->getTitle(), |
69 | 69 | route('report-setup', ['ged' => $tree->name(), |
70 | - 'report' => $this->getName(), |
|
70 | + 'report' => $this->getName(), |
|
71 | 71 | ]), |
72 | 72 | 'menu-report-' . $this->getName(), |
73 | 73 | ['rel' => 'nofollow'] |
@@ -67,7 +67,7 @@ |
||
67 | 67 | return new Menu( |
68 | 68 | $this->getTitle(), |
69 | 69 | route('report-setup', ['ged' => $tree->name(), |
70 | - 'report' => $this->getName(), |
|
70 | + 'report' => $this->getName(), |
|
71 | 71 | ]), |
72 | 72 | 'menu-report-' . $this->getName(), |
73 | 73 | ['rel' => 'nofollow'] |