Add BIC support. This fixes #430

This commit is contained in:
James Cole
2016-11-28 18:55:56 +01:00
parent 8279cf0e88
commit 8cdbc96aa5
9 changed files with 33 additions and 7 deletions

View File

@@ -119,6 +119,6 @@ interface AccountRepositoryInterface
*
* @return Account
*/
public function store(array $data) : Account;
public function store(array $data): Account;
}