Update PHP doc everywhere.

This commit is contained in:
James Cole
2018-07-21 08:06:24 +02:00
parent 5ca4f1b181
commit 02f5eddd14
47 changed files with 363 additions and 111 deletions

View File

@@ -44,6 +44,8 @@ class BoxController extends Controller
{
/**
* How much money user has available.
*
* @param BudgetRepositoryInterface $repository
*
* @return JsonResponse
@@ -98,6 +100,8 @@ class BoxController extends Controller
/**
* Current total balance.
*
* @param CurrencyRepositoryInterface $repository
*
* @return JsonResponse
@@ -183,6 +187,8 @@ class BoxController extends Controller
/**
* Bills to pay and paid.
*
* @param BillRepositoryInterface $repository
*
* @return JsonResponse
@@ -219,6 +225,8 @@ class BoxController extends Controller
/**
* Total user net worth.
*
* @param AccountRepositoryInterface $repository
*
* @return JsonResponse
@@ -282,6 +290,8 @@ class BoxController extends Controller
}
/**
* Get a currency or return default currency.
*
* @param Account $account
*
* @return TransactionCurrency
@@ -307,6 +317,8 @@ class BoxController extends Controller
}
/**
* Check if date is outside session range.
*
* @param Carbon $date
*
* @return bool