mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 18:02:42 +00:00
User can submit new journal through API.
This commit is contained in:
@@ -52,13 +52,12 @@ interface BillRepositoryInterface
|
||||
/**
|
||||
* Find bill by parameters.
|
||||
*
|
||||
* @param Bill|null $bill
|
||||
* @param int|null $billId
|
||||
* @param string|null $billName
|
||||
*
|
||||
* @return Bill|null
|
||||
*/
|
||||
public function findBill(?Bill $bill, ?int $billId, ?string $billName): ?Bill;
|
||||
public function findBill(?int $billId, ?string $billName): ?Bill;
|
||||
|
||||
/**
|
||||
* Find a bill by name.
|
||||
|
||||
Reference in New Issue
Block a user