Passed
Push — master ( bd8b14...8d2c24 )
by Paweł
02:24
created
modules/admin/views/account/dashboard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
                                     [
167 167
                                         'label' => $model->lastAccountStats->getAttributeLabel('er'),
168 168
                                         'yAxisID' => 'er',
169
-                                        'data' => array_map(function ($item) {
169
+                                        'data' => array_map(function($item) {
170 170
                                             return number_format($item * 100, 2);
171 171
                                         }, ArrayHelper::getColumn($monthAccountStats, 'er')),
172 172
                                         'fill' => false,
Please login to merge, or discard this patch.