Various code cleaning things.

This commit is contained in:
James Cole
2016-02-17 21:14:32 +01:00
parent 6f59e79b28
commit b1c2f8faa1
10 changed files with 29 additions and 13 deletions

View File

@@ -112,6 +112,8 @@ class JournalRepository implements JournalRepositoryInterface
* @param int $offset
* @param int $page
*
* @param int $pagesize
*
* @return LengthAwarePaginator
*/
public function getJournalsOfTypes(array $types, int $offset, int $page, int $pagesize = 50)
@@ -347,7 +349,7 @@ class JournalRepository implements JournalRepositoryInterface
* @param array $data
*
* @return array
*
* @throws FireflyException
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*/
protected function storeAccounts(TransactionType $type, array $data)