More code for new importer

This commit is contained in:
James Cole
2016-08-12 09:27:09 +02:00
parent 2111873bcf
commit 28962007c1
11 changed files with 146 additions and 86 deletions

View File

@@ -34,4 +34,14 @@ class AbnAmroDescription implements SpecificInterface
{
return 'Fixes possible problems with ABN Amro descriptions.';
}
/**
* @param array $row
*
* @return array
*/
public function run(array $row): array
{
return $row;
}
}