Basic code standard fixes.

This commit is contained in:
James Cole
2020-07-31 09:24:08 +02:00
parent 886e9459a5
commit 9234636422
38 changed files with 40 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ class AccountController extends Controller
private CurrencyRepositoryInterface $currencyRepository;
private AccountRepositoryInterface $repository;
/**
* AccountController constructor.
*

View File

@@ -43,6 +43,7 @@ class AvailableBudgetController extends Controller
/** @var BudgetRepositoryInterface */
private $repository;
/**
* AvailableBudgetController constructor.
*

View File

@@ -44,6 +44,7 @@ class BudgetController extends Controller
private OperationsRepositoryInterface $opsRepository;
private BudgetRepositoryInterface $repository;
/**
* BudgetController constructor.
*

View File

@@ -45,6 +45,7 @@ class CategoryController extends Controller
/** @var OperationsRepositoryInterface */
private $opsRepository;
/**
* AccountController constructor.
*