@@ -150,7 +150,7 @@ |
||
| 150 | 150 | $config->setIgnoreHeaderLine("true"); |
| 151 | 151 | // extract data from CSV file |
| 152 | 152 | $interpreter = new Interpreter(); |
| 153 | - $interpreter->addObserver(function (array $row) use (&$valuesToImport) { |
|
| 153 | + $interpreter->addObserver(function(array $row) use (&$valuesToImport) { |
|
| 154 | 154 | $valuesToImport[] = array( |
| 155 | 155 | 'Label' => $row[0], |
| 156 | 156 | 'Login' => $row[1], |