Account controller #185

This commit is contained in:
James Cole
2016-03-12 11:05:26 +01:00
parent 1aea4045a3
commit 919aa70251
3 changed files with 8 additions and 9 deletions

View File

@@ -32,13 +32,11 @@ interface AccountRepositoryInterface
*
* @return boolean
*/
public function destroy(Account $account, Account $moveTo = null): bool;
public function destroy(Account $account, Account $moveTo): bool;
/**
* @param int $accountId
*
* @deprecated
*
* @return Account
*/
public function find(int $accountId): Account;