mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Various report updates and code cleanup.
This commit is contained in:
@@ -40,7 +40,7 @@ interface BillRepositoryInterface
|
||||
*
|
||||
* @return Bill
|
||||
*/
|
||||
public function find(int $billId) : Bill;
|
||||
public function find(int $billId): Bill;
|
||||
|
||||
/**
|
||||
* Find a bill by name.
|
||||
@@ -49,7 +49,7 @@ interface BillRepositoryInterface
|
||||
*
|
||||
* @return Bill
|
||||
*/
|
||||
public function findByName(string $name) : Bill;
|
||||
public function findByName(string $name): Bill;
|
||||
|
||||
/**
|
||||
* @return Collection
|
||||
|
||||
Reference in New Issue
Block a user