Passed
Pull Request — master (#2242)
by Rico
06:12
created
app/Module/ChartsBlockModule.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
                         'generations' => 3,
111 111
                         'layout'      => PedigreeChartModule::ORIENTATION_RIGHT,
112 112
                     ]);
113
-                    $content   = view('modules/charts/chart', [
113
+                    $content = view('modules/charts/chart', [
114 114
                         'block_id'  => $block_id,
115 115
                         'chart_url' => $chart_url,
116 116
                     ]);
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
                         'generations' => 2,
126 126
                         'chart_style' => DescendancyChartModule::CHART_STYLE_LIST,
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
                     ]);
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
                         'ajax'        => true,
140 140
                         'generations' => 2,
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
                     ]);
Please login to merge, or discard this patch.