mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Some cleaning up and more charts.
This commit is contained in:
@@ -33,7 +33,7 @@ class BudgetRepository extends ComponentRepository implements BudgetRepositoryIn
|
||||
private $user;
|
||||
|
||||
/**
|
||||
* BillRepository constructor.
|
||||
* BudgetRepository constructor.
|
||||
*
|
||||
* @param User $user
|
||||
*/
|
||||
|
||||
@@ -26,7 +26,7 @@ class CategoryRepository implements CategoryRepositoryInterface
|
||||
private $user;
|
||||
|
||||
/**
|
||||
* BillRepository constructor.
|
||||
* CategoryRepository constructor.
|
||||
*
|
||||
* @param User $user
|
||||
*/
|
||||
|
||||
@@ -23,7 +23,7 @@ class SingleCategoryRepository extends ComponentRepository implements SingleCate
|
||||
private $user;
|
||||
|
||||
/**
|
||||
* BillRepository constructor.
|
||||
* SingleCategoryRepository constructor.
|
||||
*
|
||||
* @param User $user
|
||||
*/
|
||||
|
||||
@@ -26,7 +26,7 @@ class ExportJobRepository implements ExportJobRepositoryInterface
|
||||
private $user;
|
||||
|
||||
/**
|
||||
* BillRepository constructor.
|
||||
* ExportJobRepository constructor.
|
||||
*
|
||||
* @param User $user
|
||||
*/
|
||||
|
||||
@@ -30,7 +30,7 @@ class JournalRepository implements JournalRepositoryInterface
|
||||
private $user;
|
||||
|
||||
/**
|
||||
* BillRepository constructor.
|
||||
* JournalRepository constructor.
|
||||
*
|
||||
* @param User $user
|
||||
*/
|
||||
|
||||
@@ -18,6 +18,8 @@ interface RuleGroupRepositoryInterface
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function count(): int;
|
||||
|
||||
Reference in New Issue
Block a user