More code cleanup.

This commit is contained in:
James Cole
2016-01-15 20:57:26 +01:00
parent 51062bc80b
commit ffdd37ddd5
3 changed files with 6 additions and 5 deletions

View File

@@ -46,6 +46,8 @@ class BudgetController extends Controller
* @param Collection $accounts
* @param Collection $budgets
*
* @SuppressWarnings(PHPMD.ExcessiveParameterList) // need all parameters
*
* @return \Illuminate\Http\JsonResponse
*/
public function multiYear(BudgetRepositoryInterface $repository, $reportType, Carbon $start, Carbon $end, Collection $accounts, Collection $budgets)