Clean up comments

This commit is contained in:
James Cole
2023-02-22 18:03:31 +01:00
parent 68f398f97c
commit e6dc881f56
119 changed files with 317 additions and 234 deletions

View File

@@ -180,7 +180,6 @@ class AccountController extends Controller
* @param Account $account
*
* @return JsonResponse
* @throws JsonException
*/
public function expenseBudgetAll(AccountRepositoryInterface $repository, Account $account): JsonResponse
{
@@ -255,7 +254,6 @@ class AccountController extends Controller
* @param Account $account
*
* @return JsonResponse
* @throws JsonException
*/
public function expenseCategoryAll(AccountRepositoryInterface $repository, Account $account): JsonResponse
{
@@ -356,7 +354,6 @@ class AccountController extends Controller
* @param Account $account
*
* @return JsonResponse
* @throws JsonException
*/
public function incomeCategoryAll(AccountRepositoryInterface $repository, Account $account): JsonResponse
{