Some code cleanup. Fixes the tests.

This commit is contained in:
James Cole
2016-04-25 18:43:09 +02:00
parent 53c80aaef8
commit eb5e55a272
32 changed files with 64 additions and 54 deletions

View File

@@ -124,7 +124,8 @@ interface AccountRepositoryInterface
/**
* @param Account $account
* @param int $page
* @param int $pageSize
* @param int $pageSize
*
* @return LengthAwarePaginator
*/
public function getJournals(Account $account, int $page, int $pageSize = 50): LengthAwarePaginator;