Passed
Push — analysis-zEaYLM ( ee39c8 )
by Greg
08:33
created
app/Module/FamilyGroupReportModule.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/CemeteryReportModule.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/ChangeReportModule.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.