Passed
Pull Request — main (#4796)
by
unknown
05:51
created
app/Module/ChartsBlockModule.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
                                 PedigreeChartModule::DEFAULT_STYLE),
120 120
                             // Note: some modules use 'layout', others 'style'
121 121
                         ]);
122
-                        $content   = view('modules/charts/chart', [
122
+                        $content = view('modules/charts/chart', [
123 123
                             'block_id'  => $block_id,
124 124
                             'chart_url' => $chart_url,
125 125
                         ]);
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
                             'generations' => $this->getBlockSetting($block_id, 'descendants_generations', '2'),
140 140
                             'chart_style' => DescendancyChartModule::CHART_STYLE_TREE,
141 141
                         ]);
142
-                        $content   = view('modules/charts/chart', [
142
+                        $content = view('modules/charts/chart', [
143 143
                             'block_id'  => $block_id,
144 144
                             'chart_url' => $chart_url,
145 145
                         ]);
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
                             'ajax'        => true,
160 160
                             'generations' => $this->getBlockSetting($block_id, 'hourglass_generations', '2'),
161 161
                         ]);
162
-                        $content   = view('modules/charts/chart', [
162
+                        $content = view('modules/charts/chart', [
163 163
                             'block_id'  => $block_id,
164 164
                             'chart_url' => $chart_url,
165 165
                         ]);
Please login to merge, or discard this patch.