@@ -62,7 +62,7 @@ |
||
| 62 | 62 | } else { |
| 63 | 63 | $ip_address = '127.0.0.1'; |
| 64 | 64 | } |
| 65 | - $tree_id = $tree ? $tree->id() : null; |
|
| 65 | + $tree_id = $tree ? $tree->id() : null; |
|
| 66 | 66 | |
| 67 | 67 | DB::table('log')->insert([ |
| 68 | 68 | 'log_type' => $log_type, |
@@ -2618,7 +2618,7 @@ |
||
| 2618 | 2618 | /** @var ModuleBlockInterface|null $module */ |
| 2619 | 2619 | $module = $this->module_service |
| 2620 | 2620 | ->findByComponent(ModuleBlockInterface::class, $this->tree, Auth::user()) |
| 2621 | - ->first(static function (ModuleInterface $module) use ($block): bool { |
|
| 2621 | + ->first(static function (ModuleInterface $module) use ($block) : bool { |
|
| 2622 | 2622 | return $module->name() === $block && $module->name() !== 'html'; |
| 2623 | 2623 | }); |
| 2624 | 2624 | |
@@ -402,7 +402,7 @@ |
||
| 402 | 402 | $NAME = $params['NAME'] ?? ''; |
| 403 | 403 | |
| 404 | 404 | if ($NAME !== '') { |
| 405 | - $newged .= "\n1 NAME " . $NAME; |
|
| 405 | + $newged .= "\n1 NAME " . $NAME; |
|
| 406 | 406 | $name_facts = [ |
| 407 | 407 | 'TYPE', |
| 408 | 408 | 'NPFX', |
@@ -261,7 +261,7 @@ |
||
| 261 | 261 | |
| 262 | 262 | // Create a source, to indicate the source of the data. |
| 263 | 263 | $filetext .= "0 @WEBTREES@ SOUR\n1 TITL " . $base_url . "\n"; |
| 264 | - $author = $this->user_service->find((int) $tree->getPreference('CONTACT_USER_ID')); |
|
| 264 | + $author = $this->user_service->find((int) $tree->getPreference('CONTACT_USER_ID')); |
|
| 265 | 265 | if ($author !== null) { |
| 266 | 266 | $filetext .= '1 AUTH ' . $author->realName() . "\n"; |
| 267 | 267 | } |
@@ -107,7 +107,7 @@ discard block |
||
| 107 | 107 | 'generations' => 3, |
| 108 | 108 | 'layout' => PedigreeChartModule::ORIENTATION_RIGHT, |
| 109 | 109 | ]); |
| 110 | - $content = view('modules/charts/chart', [ |
|
| 110 | + $content = view('modules/charts/chart', [ |
|
| 111 | 111 | 'block_id' => $block_id, |
| 112 | 112 | 'chart_url' => $chart_url, |
| 113 | 113 | 'class' => 'wt-chart-pedigree', |
@@ -123,7 +123,7 @@ discard block |
||
| 123 | 123 | 'generations' => 2, |
| 124 | 124 | 'chart_style' => DescendancyChartModule::CHART_STYLE_TREE, |
| 125 | 125 | ]); |
| 126 | - $content = view('modules/charts/chart', [ |
|
| 126 | + $content = view('modules/charts/chart', [ |
|
| 127 | 127 | 'block_id' => $block_id, |
| 128 | 128 | 'chart_url' => $chart_url, |
| 129 | 129 | 'class' => 'wt-chart-descendants', |
@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | 'ajax' => true, |
| 139 | 139 | 'generations' => 2, |
| 140 | 140 | ]); |
| 141 | - $content = view('modules/charts/chart', [ |
|
| 141 | + $content = view('modules/charts/chart', [ |
|
| 142 | 142 | 'block_id' => $block_id, |
| 143 | 143 | 'chart_url' => $chart_url, |
| 144 | 144 | 'class' => 'wt-chart-hourglass', |
@@ -232,7 +232,7 @@ discard block |
||
| 232 | 232 | $default_xref = $gedcomid ?: $PEDIGREE_ROOT_ID; |
| 233 | 233 | |
| 234 | 234 | $type = $this->getBlockSetting($block_id, 'type', 'pedigree'); |
| 235 | - $xref = $this->getBlockSetting($block_id, 'pid', $default_xref); |
|
| 235 | + $xref = $this->getBlockSetting($block_id, 'pid', $default_xref); |
|
| 236 | 236 | |
| 237 | 237 | $charts = [ |
| 238 | 238 | 'pedigree' => I18N::translate('Pedigree'), |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php return array ( |
|
| 1 | +<?php return array( |
|
| 2 | 2 | '%H:%i:%s' => '%g:%i:%s %a', |
| 3 | 3 | '%j %F %Y' => '%F %j, %Y', |
| 4 | 4 | ); |
| 5 | 5 | \ No newline at end of file |
@@ -242,7 +242,7 @@ discard block |
||
| 242 | 242 | if ($spouse === $individual2) { |
| 243 | 243 | return $new_path; |
| 244 | 244 | } |
| 245 | - $paths[] = $new_path; |
|
| 245 | + $paths[] = $new_path; |
|
| 246 | 246 | $visited[$spouse->xref()] = true; |
| 247 | 247 | } |
| 248 | 248 | } |
@@ -255,7 +255,7 @@ discard block |
||
| 255 | 255 | if ($child === $individual2) { |
| 256 | 256 | return $new_path; |
| 257 | 257 | } |
| 258 | - $paths[] = $new_path; |
|
| 258 | + $paths[] = $new_path; |
|
| 259 | 259 | $visited[$child->xref()] = true; |
| 260 | 260 | } |
| 261 | 261 | } |
@@ -272,7 +272,7 @@ discard block |
||
| 272 | 272 | if ($spouse === $individual2) { |
| 273 | 273 | return $new_path; |
| 274 | 274 | } |
| 275 | - $paths[] = $new_path; |
|
| 275 | + $paths[] = $new_path; |
|
| 276 | 276 | $visited[$spouse->xref()] = true; |
| 277 | 277 | } |
| 278 | 278 | } |
@@ -285,7 +285,7 @@ discard block |
||
| 285 | 285 | if ($child === $individual2) { |
| 286 | 286 | return $new_path; |
| 287 | 287 | } |
| 288 | - $paths[] = $new_path; |
|
| 288 | + $paths[] = $new_path; |
|
| 289 | 289 | $visited[$child->xref()] = true; |
| 290 | 290 | } |
| 291 | 291 | } |