Passed
Push — master ( 4fab0d...6521d7 )
by
unknown
46:09 queued 12:05
created
_support/MerchantCommissionDataExportBusinessTester.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         $parsedExportedData = array_map('str_getcsv', explode(PHP_EOL, trim($exportedData)));
55 55
 
56 56
         $header = array_shift($parsedExportedData);
57
-        array_walk($parsedExportedData, function (&$dataRow) use ($header): void {
57
+        array_walk($parsedExportedData, function(&$dataRow) use ($header): void {
58 58
             $dataRow = array_combine($header, $dataRow);
59 59
         });
60 60
 
Please login to merge, or discard this patch.