mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Refactored a lot of tests.
This commit is contained in:
@@ -222,9 +222,9 @@ interface BillRepositoryInterface
|
||||
* Link a set of journals to a bill.
|
||||
*
|
||||
* @param Bill $bill
|
||||
* @param Collection $journals
|
||||
* @param array $transactions
|
||||
*/
|
||||
public function linkCollectionToBill(Bill $bill, Collection $journals): void;
|
||||
public function linkCollectionToBill(Bill $bill, array $transactions): void;
|
||||
|
||||
/**
|
||||
* Given a bill and a date, this method will tell you at which moment this bill expects its next
|
||||
|
||||
Reference in New Issue
Block a user