Passed
Push — analysis-zebWvr ( 35ad29 )
by Greg
12:35 queued 04:28
created
app/Http/Controllers/ReportEngineController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      */
56 56
     public function reportList(Tree $tree, User $user): Response
57 57
     {
58
-        $title   = I18N::translate('Choose a report to run');
58
+        $title = I18N::translate('Choose a report to run');
59 59
 
60 60
         return $this->viewResponse('report-select-page', [
61 61
             'reports' => Module::findByComponent('report', $tree, $user),
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
             }
252 252
         }
253 253
 
254
-        $report_xml =WT_ROOT . 'resources/xml/reports/' . $module->name() . '.xml';
254
+        $report_xml = WT_ROOT . 'resources/xml/reports/' . $module->name() . '.xml';
255 255
 
256 256
 
257 257
         switch ($output) {
Please login to merge, or discard this patch.