@@ -291,7 +291,7 @@ |
||
291 | 291 | 'provider' => 'openstreetmap', |
292 | 292 | 'style' => 'mapnik', |
293 | 293 | ]; |
294 | - self::$map_providers = [ |
|
294 | + self::$map_providers = [ |
|
295 | 295 | 'openstreetmap' => [ |
296 | 296 | 'name' => 'OpenStreetMap', |
297 | 297 | 'styles' => ['mapnik' => 'Mapnik'], |
@@ -74,7 +74,7 @@ |
||
74 | 74 | } |
75 | 75 | |
76 | 76 | if (preg_match('/^(\d+) B\.C\.$/', $year, $match)) { |
77 | - return - (int) $match[1]; |
|
77 | + return -(int) $match[1]; |
|
78 | 78 | } |
79 | 79 | |
80 | 80 | return (int) $year; |
@@ -162,7 +162,7 @@ discard block |
||
162 | 162 | // Ambiguous dates - don't override calendar escape |
163 | 163 | if ($cal == '') { |
164 | 164 | if (preg_match('/^(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)$/', $m)) { |
165 | - $cal = GregorianDate::ESCAPE; |
|
165 | + $cal = GregorianDate::ESCAPE; |
|
166 | 166 | } else { |
167 | 167 | if (preg_match('/^[345]\d\d\d$/', $y)) { |
168 | 168 | // Year 3000-5999 |
@@ -460,7 +460,7 @@ discard block |
||
460 | 460 | public function addYears(int $years, string $qualifier = ''): Date |
461 | 461 | { |
462 | 462 | $tmp = clone $this; |
463 | - $tmp->date1->year += $years; |
|
463 | + $tmp->date1->year += $years; |
|
464 | 464 | $tmp->date1->month = 0; |
465 | 465 | $tmp->date1->day = 0; |
466 | 466 | $tmp->date1->setJdFromYmd(); |
@@ -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 | } |
@@ -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); |
@@ -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); |
@@ -76,7 +76,7 @@ |
||
76 | 76 | { |
77 | 77 | $latest_version = $this->fetchLatestVersion(); |
78 | 78 | |
79 | - [, , $url] = explode('|', $latest_version . '||'); |
|
79 | + [,, $url] = explode('|', $latest_version . '||'); |
|
80 | 80 | |
81 | 81 | return $url; |
82 | 82 | } |
@@ -214,7 +214,7 @@ |
||
214 | 214 | public static function updateSchema($namespace, $schema_name, $target_version): bool |
215 | 215 | { |
216 | 216 | try { |
217 | - $current_version = (int)Site::getPreference($schema_name); |
|
217 | + $current_version = (int) Site::getPreference($schema_name); |
|
218 | 218 | } catch (PDOException $ex) { |
219 | 219 | // During initial installation, the site_preference table won’t exist. |
220 | 220 | $current_version = 0; |
@@ -432,11 +432,11 @@ |
||
432 | 432 | /* I18N: a program feature */ |
433 | 433 | 'simplexml' => I18N::translate('reporting'), |
434 | 434 | ]; |
435 | - $settings = [ |
|
435 | + $settings = [ |
|
436 | 436 | /* I18N: a program feature */ |
437 | 437 | 'file_uploads' => I18N::translate('file upload capability'), |
438 | 438 | ]; |
439 | - $warnings = []; |
|
439 | + $warnings = []; |
|
440 | 440 | |
441 | 441 | foreach ($extensions as $extension => $features) { |
442 | 442 | if (!extension_loaded($extension)) { |