Passed
Push — master ( 7b39eb...30c9e1 )
by Dmitry
14:30 queued 12:48
created
import/import.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     die("File not found: $inputFile");
20 20
 }
21 21
 
22
-$data = array_map(function ($line) {
22
+$data = array_map(function($line) {
23 23
     return str_getcsv($line, ';'); // Use ";" as the delimiter
24 24
 }, file($inputFile));
25 25
 
Please login to merge, or discard this patch.