Passed
Pull Request — main (#4796)
by
unknown
05:59
created
app/Module/ChartsBlockModule.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
                             'style'       => $this->getBlockSetting($block_id, 'pedigree_style',
117 117
                                 PedigreeChartModule::DEFAULT_STYLE),
118 118
                         ]);
119
-                        $content   = view('modules/charts/chart', [
119
+                        $content = view('modules/charts/chart', [
120 120
                             'block_id'  => $block_id,
121 121
                             'chart_url' => $chart_url,
122 122
                         ]);
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
                             'generations' => $this->getBlockSetting($block_id, 'descendants_generations', '2'),
137 137
                             'chart_style' => DescendancyChartModule::CHART_STYLE_TREE,
138 138
                         ]);
139
-                        $content   = view('modules/charts/chart', [
139
+                        $content = view('modules/charts/chart', [
140 140
                             'block_id'  => $block_id,
141 141
                             'chart_url' => $chart_url,
142 142
                         ]);
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
                             'ajax'        => true,
157 157
                             'generations' => $this->getBlockSetting($block_id, 'hourglass_generations', '2'),
158 158
                         ]);
159
-                        $content   = view('modules/charts/chart', [
159
+                        $content = view('modules/charts/chart', [
160 160
                             'block_id'  => $block_id,
161 161
                             'chart_url' => $chart_url,
162 162
                         ]);
Please login to merge, or discard this patch.