Some general code cleanup.

This commit is contained in:
James Cole
2016-03-03 08:29:56 +01:00
parent 3a236456cd
commit fcf16051a2
7 changed files with 19 additions and 8 deletions

View File

@@ -152,6 +152,8 @@ class CategoryController extends Controller
*
* @param CRI $repository
*
* @param ARI $accountRepository
*
* @return \Symfony\Component\HttpFoundation\Response
*/
public function frontpage(CRI $repository, ARI $accountRepository)