@@ -101,7 +101,7 @@ |
||
101 | 101 | $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values'); |
102 | 102 | $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values'); |
103 | 103 | $color_from = $color_from ?? $chart_color1; |
104 | - $color_to = $color_to ?? $chart_color2; |
|
104 | + $color_to = $color_to ?? $chart_color2; |
|
105 | 105 | |
106 | 106 | $data = [ |
107 | 107 | [ |
@@ -101,7 +101,7 @@ |
||
101 | 101 | $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values'); |
102 | 102 | $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values'); |
103 | 103 | $color_from = $color_from ?? $chart_color1; |
104 | - $color_to = $color_to ?? $chart_color2; |
|
104 | + $color_to = $color_to ?? $chart_color2; |
|
105 | 105 | |
106 | 106 | $data = [ |
107 | 107 | [ |
@@ -101,7 +101,7 @@ |
||
101 | 101 | $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values'); |
102 | 102 | $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values'); |
103 | 103 | $color_from = $color_from ?? $chart_color1; |
104 | - $color_to = $color_to ?? $chart_color2; |
|
104 | + $color_to = $color_to ?? $chart_color2; |
|
105 | 105 | |
106 | 106 | $data = [ |
107 | 107 | [ |
@@ -101,7 +101,7 @@ |
||
101 | 101 | $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values'); |
102 | 102 | $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values'); |
103 | 103 | $color_from = $color_from ?? $chart_color1; |
104 | - $color_to = $color_to ?? $chart_color2; |
|
104 | + $color_to = $color_to ?? $chart_color2; |
|
105 | 105 | |
106 | 106 | $data = [ |
107 | 107 | [ |
@@ -101,7 +101,7 @@ |
||
101 | 101 | $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values'); |
102 | 102 | $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values'); |
103 | 103 | $color_from = $color_from ?? $chart_color1; |
104 | - $color_to = $color_to ?? $chart_color2; |
|
104 | + $color_to = $color_to ?? $chart_color2; |
|
105 | 105 | |
106 | 106 | $data = [ |
107 | 107 | [ |
@@ -159,7 +159,7 @@ |
||
159 | 159 | $stream_factory = app(StreamFactoryInterface::class); |
160 | 160 | assert($stream_factory instanceof StreamFactoryInterface); |
161 | 161 | |
162 | - $http_stream = $stream_factory->createStreamFromFile($temp_zip_file); |
|
162 | + $http_stream = $stream_factory->createStreamFromFile($temp_zip_file); |
|
163 | 163 | $filename = addcslashes($download_filename, '"') . '.zip'; |
164 | 164 | |
165 | 165 | /** @var ResponseFactoryInterface $response_factory */ |
@@ -321,7 +321,7 @@ |
||
321 | 321 | |
322 | 322 | // Create a source, to indicate the source of the data. |
323 | 323 | $record = "0 @WEBTREES@ SOUR\n1 TITL " . $base_url; |
324 | - $author = $this->user_service->find((int) $tree->getPreference('CONTACT_USER_ID')); |
|
324 | + $author = $this->user_service->find((int) $tree->getPreference('CONTACT_USER_ID')); |
|
325 | 325 | if ($author !== null) { |
326 | 326 | $record .= "\n1 AUTH " . $author->realName(); |
327 | 327 | } |
@@ -79,7 +79,7 @@ |
||
79 | 79 | ->select(['d_gid as id', 'd_year as year', 'd_fact AS fact', 'd_type AS type']) |
80 | 80 | ->where('d_file', '=', $this->tree->id()) |
81 | 81 | ->where('d_fact', '=', $fact) |
82 | - ->where('d_julianday1', '=', function (Builder $query) use ($operation, $fact): void { |
|
82 | + ->where('d_julianday1', '=', function (Builder $query) use ($operation, $fact) : void { |
|
83 | 83 | $query->selectRaw($operation . '(d_julianday1)') |
84 | 84 | ->from('dates') |
85 | 85 | ->where('d_file', '=', $this->tree->id()) |
@@ -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', |