mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Changed a lot of parameters.
This commit is contained in:
@@ -52,14 +52,14 @@ interface JournalRepositoryInterface
|
||||
*
|
||||
* @return LengthAwarePaginator
|
||||
*/
|
||||
public function getJournalsOfTypes(array $types, $offset, $page);
|
||||
public function getJournalsOfTypes(array $types, int $offset, int $page);
|
||||
|
||||
/**
|
||||
* @param $type
|
||||
* @param string $type
|
||||
*
|
||||
* @return TransactionType
|
||||
*/
|
||||
public function getTransactionType($type);
|
||||
public function getTransactionType(string $type);
|
||||
|
||||
/**
|
||||
* @param int $journalId
|
||||
@@ -67,7 +67,7 @@ interface JournalRepositoryInterface
|
||||
*
|
||||
* @return TransactionJournal
|
||||
*/
|
||||
public function getWithDate($journalId, Carbon $date);
|
||||
public function getWithDate(int $journalId, Carbon $date);
|
||||
|
||||
/**
|
||||
* @param TransactionJournal $journal
|
||||
|
||||
Reference in New Issue
Block a user