Passed
Push — analysis-zEaYLM ( ee39c8 )
by Greg
08:33
created
app/Module/UpcomingAnniversariesModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
app/Module/PedigreeReportModule.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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']
Please login to merge, or discard this patch.
app/Module/MarriageReportModule.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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']
Please login to merge, or discard this patch.
app/Module/IndividualFamiliesReportModule.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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']
Please login to merge, or discard this patch.
app/Module/IndividualReportModule.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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']
Please login to merge, or discard this patch.
app/Module/DeathReportModule.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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']
Please login to merge, or discard this patch.
app/Module/BirthDeathMarriageReportModule.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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']
Please login to merge, or discard this patch.
app/Module/FactSourcesReportModule.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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']
Please login to merge, or discard this patch.
app/Module/MissingFactsReportModule.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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']
Please login to merge, or discard this patch.