Some cleaning up and more charts.

This commit is contained in:
James Cole
2016-04-26 09:21:57 +02:00
parent 01cab599bb
commit d551333fa2
15 changed files with 150 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ class BudgetRepository extends ComponentRepository implements BudgetRepositoryIn
private $user;
/**
* BillRepository constructor.
* BudgetRepository constructor.
*
* @param User $user
*/

View File

@@ -26,7 +26,7 @@ class CategoryRepository implements CategoryRepositoryInterface
private $user;
/**
* BillRepository constructor.
* CategoryRepository constructor.
*
* @param User $user
*/

View File

@@ -23,7 +23,7 @@ class SingleCategoryRepository extends ComponentRepository implements SingleCate
private $user;
/**
* BillRepository constructor.
* SingleCategoryRepository constructor.
*
* @param User $user
*/

View File

@@ -26,7 +26,7 @@ class ExportJobRepository implements ExportJobRepositoryInterface
private $user;
/**
* BillRepository constructor.
* ExportJobRepository constructor.
*
* @param User $user
*/

View File

@@ -30,7 +30,7 @@ class JournalRepository implements JournalRepositoryInterface
private $user;
/**
* BillRepository constructor.
* JournalRepository constructor.
*
* @param User $user
*/

View File

@@ -18,6 +18,8 @@ interface RuleGroupRepositoryInterface
/**
*
*
* @return int
*/
public function count(): int;