Also expand interface.

This commit is contained in:
James Cole 2015-07-25 19:23:00 +02:00
parent c3dc193f3e
commit d96063ea6e

View File

@ -24,6 +24,13 @@ interface AccountRepositoryInterface
*/
public function countAccounts(array $types);
/**
* @param array $accounts
*
* @return array
*/
public function getLastActivities(array $accounts);
/**
* @param Account $account
* @param Account $moveTo