Some cleaning up courtesy of PHPStorm.

This commit is contained in:
James Cole
2016-01-15 19:37:09 +01:00
parent dcbfe90cf7
commit 4e3c59a2da
8 changed files with 40 additions and 37 deletions

View File

@@ -41,7 +41,7 @@ class ReportController extends Controller
* @param Carbon $end
* @param Collection $accounts
*
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
* @SuppressWarnings(PHPMD.ExcessiveParameterList) // cant avoid it.
*
* @return \Illuminate\Http\JsonResponse
*/