mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Various code cleaning things.
This commit is contained in:
@@ -455,6 +455,7 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
* @param array $data
|
||||
*
|
||||
* @return Account
|
||||
* @throws FireflyException
|
||||
*/
|
||||
private function storeAccount(array $data): Account
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user