Test Setup Failed
Push — master ( 42047e...d0fae3 )
by
unknown
03:20
created
ReportCRMBundle/Tests/Functional/DatagridReport/LeadsByDateReportTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,13 +67,13 @@
 block discarded – undo
67 67
     {
68 68
         return [
69 69
             'rows' => array_map(
70
-                function ($item) use ($keys) {
70
+                function($item) use ($keys) {
71 71
                     return array_intersect_key($item, array_flip($keys));
72 72
                 },
73 73
                 $response['data']
74 74
             ),
75 75
             'totals' => array_map(
76
-                function ($item) {
76
+                function($item) {
77 77
                     return $item['total'] ?? $item['label'];
78 78
                 },
79 79
                 array_intersect_key($response['options']['totals']['grand_total']['columns'], array_flip($keys))
Please login to merge, or discard this patch.