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

@@ -45,7 +45,7 @@ class NoCategoryController extends Controller
/** @var JournalRepositoryInterface Journals and transactions overview */
private $journalRepos;
/** @var CategoryRepositoryInterface */
/** @var CategoryRepositoryInterface The category repository */
private $repository;
/**
@@ -68,6 +68,8 @@ class NoCategoryController extends Controller
}
/**
* Show transactions without a category.
*
* @param Request $request
* @param string|null $moment
*