Improve importer.

This commit is contained in:
James Cole
2018-05-09 20:53:39 +02:00
parent 7f4feb0cfc
commit 6ef0eb73d0
4 changed files with 488 additions and 132 deletions

View File

@@ -66,10 +66,9 @@ interface AccountRepositoryInterface
* @param string $number
* @param array $types
*
* @deprecated
* @return Account
* @return Account|null
*/
public function findByAccountNumber(string $number, array $types): Account;
public function findByAccountNumber(string $number, array $types): ?Account;
/**
* @param string $iban