Various code cleanup.

This commit is contained in:
James Cole
2017-11-18 05:46:19 +01:00
parent 573e72f7fb
commit 0812901745
7 changed files with 15 additions and 3 deletions

View File

@@ -33,6 +33,8 @@ use Response;
class FrontpageController extends Controller
{
/**
* @param PiggyBankRepositoryInterface $repository
*
* @return \Illuminate\Http\JsonResponse
*/
public function piggyBanks(PiggyBankRepositoryInterface $repository)