Passed
Pull Request — main (#4796)
by
unknown
10:12 queued 04:23
created
app/Module/ChartsBlockModule.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
                             ),
126 126
                             // Note: some modules use 'layout', others 'style'
127 127
                         ]);
128
-                        $content   = view('modules/charts/chart', [
128
+                        $content = view('modules/charts/chart', [
129 129
                             'block_id'  => $block_id,
130 130
                             'chart_url' => $chart_url,
131 131
                         ]);
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
                             'generations' => $this->getBlockSetting($block_id, 'descendants_generations', '2'),
146 146
                             'chart_style' => DescendancyChartModule::CHART_STYLE_TREE,
147 147
                         ]);
148
-                        $content   = view('modules/charts/chart', [
148
+                        $content = view('modules/charts/chart', [
149 149
                             'block_id'  => $block_id,
150 150
                             'chart_url' => $chart_url,
151 151
                         ]);
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
                             'ajax'        => true,
166 166
                             'generations' => $this->getBlockSetting($block_id, 'hourglass_generations', '2'),
167 167
                         ]);
168
-                        $content   = view('modules/charts/chart', [
168
+                        $content = view('modules/charts/chart', [
169 169
                             'block_id'  => $block_id,
170 170
                             'chart_url' => $chart_url,
171 171
                         ]);
Please login to merge, or discard this patch.