Code cleanup.

This commit is contained in:
James Cole
2014-09-21 16:22:18 +02:00
parent 5dfc04e777
commit e892b69a96
22 changed files with 21 additions and 534 deletions

View File

@@ -57,14 +57,6 @@ interface AccountRepositoryInterface
*/
public function find($accountId);
/**
* @param $name
* @param \AccountType $type
*
* @return \Account
*/
public function findByNameAndAccountType($name, \AccountType $type);
/**
* @param $type
*
@@ -103,19 +95,6 @@ interface AccountRepositoryInterface
*/
public function findRevenueAccountByName($name);
/**
* @param \Account $from
* @param \Account $to
*
* @return \TransactionType|null
*/
public function transactionTypeByAccounts(\Account $from, \Account $to);
/**
* @return mixed
*/
public function get();
/**
* @return mixed
*/
@@ -128,11 +107,6 @@ interface AccountRepositoryInterface
*/
public function getByIds(array $ids);
/**
* @return mixed
*/
public function getCashAccount();
/**
* @return mixed
*/