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

@@ -51,7 +51,7 @@ class ShowController extends Controller
private $accountRepos;
/** @var JournalRepositoryInterface Journals and transactions overview */
private $journalRepos;
/** @var CategoryRepositoryInterface */
/** @var CategoryRepositoryInterface The category repository */
private $repository;
/**
@@ -77,6 +77,8 @@ class ShowController extends Controller
/** @noinspection MoreThanThreeArgumentsInspection */
/**
* Show a single category.
*
* @param Request $request
* @param Category $category
* @param Carbon|null $start
@@ -114,6 +116,8 @@ class ShowController extends Controller
}
/**
* Show all transactions within a category.
*
* @param Request $request
* @param Category $category
*
@@ -150,6 +154,8 @@ class ShowController extends Controller
}
/**
* Get a period overview for category.
*
* @param Category $category
*
* @param Carbon $date