Passed
Push — analysis-zRlROK ( 9f2c70 )
by Greg
09:10
created
app/Http/Controllers/AdminController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
      */
231 231
     public function changesLogData(Request $request): Response
232 232
     {
233
-        list($select, , $where, $args1) = $this->changesQuery($request);
233
+        list($select,, $where, $args1) = $this->changesQuery($request);
234 234
         list($order_by, $limit, $args2) = $this->dataTablesPagination($request);
235 235
 
236 236
         $rows = Database::prepare(
@@ -306,7 +306,7 @@  discard block
 block discarded – undo
306 306
      */
307 307
     public function changesLogDownload(Request $request): Response
308 308
     {
309
-        list($select, , $where, $args) = $this->changesQuery($request);
309
+        list($select,, $where, $args) = $this->changesQuery($request);
310 310
 
311 311
         $rows = Database::prepare($select . $where)->execute($args)->fetchAll();
312 312
 
Please login to merge, or discard this patch.
resources/views/admin/control-panel.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,8 @@  discard block
 block discarded – undo
30 30
                     <?= /* I18N: %s is a version number */
31 31
                     I18N::translate('Upgrade to webtrees %s.', e($latest_version)) ?>
32 32
                 </a>
33
-            <?php else : ?>
33
+            <?php else {
34
+    : ?>
34 35
                 <?= I18N::translate('This is the latest version of webtrees. No upgrade is available.') ?>
35 36
             <?php endif ?>
36 37
         </p>
@@ -134,7 +135,9 @@  discard block
 block discarded – undo
134 135
                     'repositories' => $repositories,
135 136
                     'media'        => $media,
136 137
                     'notes'        => $notes,
137
-                ]); ?>
138
+                ]);
139
+}
140
+?>
138 141
             </tbody>
139 142
             <tfoot>
140 143
                 <tr>
Please login to merge, or discard this patch.
resources/views/compact-tree-arrow.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,6 +3,8 @@
 block discarded – undo
3 3
 
4 4
 <?php if ($individual === null) : ?>
5 5
     <?= FontAwesome::decorativeIcon($class) ?>
6
-<?php else : ?>
6
+<?php else {
7
+    : ?>
7 8
     <?= FontAwesome::linkIcon($class, I18N::translate('Compact tree of %s', strip_tags($individual->getFullName())), ['href' => route('compact-tree', ['xref' => $individual->getXref(), 'ged' => $individual->getTree()->getName()])]) ?>
8 9
 <?php endif;
10
+}
Please login to merge, or discard this patch.
resources/views/lists/families-table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@
 block discarded – undo
313 313
                 </td>
314 314
 
315 315
                 <!-- Marriage anniversary -->
316
-                <td class="center" data-sort="<?= - $family->getMarriageDate()->julianDay() ?>">
316
+                <td class="center" data-sort="<?= -$family->getMarriageDate()->julianDay() ?>">
317 317
                     <?= Date::getAge($family->getMarriageDate(), null) ?>
318 318
                 </td>
319 319
 
Please login to merge, or discard this patch.
resources/views/lists/individuals-table.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
                 </td>
274 274
 
275 275
                 <!-- Birth anniversary -->
276
-                <td class="center" data-sort="<?= - $individual->getEstimatedBirthDate()->julianDay() ?>">
276
+                <td class="center" data-sort="<?= -$individual->getEstimatedBirthDate()->julianDay() ?>">
277 277
                     <?php if (isset($birth_dates[0]) && $birth_dates[0]->gregorianYear() >= 1550 && $birth_dates[0]->gregorianYear() < 2030 && !isset($unique_indis[$individual->getXref()])) : ?>
278 278
                         <?php $birt_by_decade[(int) ($birth_dates[0]->gregorianYear() / 10) * 10] .= $individual->getSex() ?>
279 279
                         <?= Date::getAge($birth_dates[0], null) ?>
@@ -305,7 +305,7 @@  discard block
 block discarded – undo
305 305
                 </td>
306 306
 
307 307
                 <!-- Death anniversary -->
308
-                <td class="center" data-sort="<?= - $individual->getEstimatedDeathDate()->julianDay() ?>">
308
+                <td class="center" data-sort="<?= -$individual->getEstimatedDeathDate()->julianDay() ?>">
309 309
                     <?php if (isset($death_dates[0]) && $death_dates[0]->gregorianYear() >= 1550 && $death_dates[0]->gregorianYear() < 2030 && !isset($unique_indis[$individual->getXref()])) : ?>
310 310
                         <?php $deat_by_decade[(int) ($death_dates[0]->gregorianYear() / 10) * 10] .= $individual->getSex() ?>
311 311
                         <?= Date::getAge($death_dates[0], null) ?>
Please login to merge, or discard this patch.
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -319,8 +319,11 @@
 block discarded – undo
319 319
                     <?php if (!isset($unique_indis[$individual->getXref()]) && $age_at_death >= 0 && $age_at_death <= $max_age) : ?>
320 320
                         <?php $deat_by_age[$age_at_death] .= $individual->getSex(); ?>
321 321
                     <?php endif ?>
322
-                <?php else : ?>
323
-                    <?php $age_at_death = ''; ?>
322
+                <?php else {
323
+    : ?>
324
+                    <?php $age_at_death = '';
325
+}
326
+?>
324 327
                     <?php $age_at_death_sort = PHP_INT_MAX; ?>
325 328
                 <?php endif ?>
326 329
                 <td class="center" data-sort="<?= e($age_at_death_sort) ?>">
Please login to merge, or discard this patch.
resources/views/individual-page.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
                 <?php foreach ($tabs as $tab) : ?>
108 108
                     <div id="<?= $tab->getName() ?>" class="tab-pane fade wt-ajax-load" role="tabpanel"><?php if (!$tab->canLoadAjax()) :
109 109
                         ?><?= $tab->getTabContent($individual) ?><?php
110
-                             endif ?></div>
110
+                                endif ?></div>
111 111
                 <?php endforeach ?>
112 112
             </div>
113 113
         </div>
Please login to merge, or discard this patch.
resources/views/calendar-page.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,8 @@  discard block
 block discarded – undo
45 45
                     <a href="<?= e(route('calendar', ['cal' => $cal, 'day' => $cal_date->d, 'month' => $m, 'year' => $cal_date->y, 'filterev' => $filterev, 'filterof' => $filterof, 'filtersx' => $filtersx, 'view' => 'month', 'ged' => $tree->getName()])) ?>" rel="nofollow">
46 46
                         <?php if ($m === $cal_month) : ?>
47 47
                             <span class="error"><?= e($month_name) ?></span>
48
-                        <?php else : ?>
48
+                        <?php else {
49
+    : ?>
49 50
                             <?= e($month_name) ?>
50 51
                         <?php endif ?>
51 52
                     </a> |
@@ -160,6 +161,7 @@  discard block
 block discarded – undo
160 161
             <td class="topbottombar width50">
161 162
                 <?php
162 163
                     $n = 0;
164
+}
163 165
                 foreach (Date::calendarNames() as $newcal => $cal_name) {
164 166
                     $tmp = $cal_date->convertToCalendar($newcal);
165 167
                     if ($tmp->inValidRange()) {
Please login to merge, or discard this patch.
app/GedcomTag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1943,7 +1943,7 @@
 block discarded – undo
1943 1943
                     return I18N::translate('Marriage of a father');
1944 1944
                 }
1945 1945
 
1946
-                if ($sex ===  'F') {
1946
+                if ($sex === 'F') {
1947 1947
                     /* I18N: ...to another spouse */
1948 1948
                     return I18N::translate('Marriage of a mother');
1949 1949
                 }
Please login to merge, or discard this patch.
app/Functions/Functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1766,7 +1766,7 @@
 block discarded – undo
1766 1766
                                 return I18N::translateContext('great ×(%s-1) grandparent’s brother', 'great ×%s uncle', I18N::number($up - 2));
1767 1767
                             }
1768 1768
 
1769
-                            if ($sex2  === 'F') {
1769
+                            if ($sex2 === 'F') {
1770 1770
                                 return I18N::translate('great ×%s aunt', I18N::number($up - 2));
1771 1771
                             }
1772 1772
 
Please login to merge, or discard this patch.