Expand documentation for Helper directory.

This commit is contained in:
James Cole
2018-07-07 23:14:16 +02:00
parent 8e08ff2d39
commit 10492e3b2f
30 changed files with 328 additions and 51 deletions

View File

@@ -38,7 +38,7 @@ use Illuminate\Support\Collection;
*/
class ReportHelper implements ReportHelperInterface
{
/** @var BudgetRepositoryInterface */
/** @var BudgetRepositoryInterface The budget repository */
protected $budgetRepository;
/**
@@ -118,6 +118,8 @@ class ReportHelper implements ReportHelperInterface
}
/**
* Generate a list of months for the report.
*
* @param Carbon $date
*
* @return array