Code cleanup

This commit is contained in:
James Cole
2019-08-17 10:46:40 +02:00
parent 6038a68ba9
commit acfdf7dc90
14 changed files with 14 additions and 18 deletions

View File

@@ -47,7 +47,7 @@ use League\Fractal\Serializer\JsonApiSerializer;
/**
* Class AccountController.
*
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*
*/
class AccountController extends Controller
{
@@ -234,8 +234,6 @@ class AccountController extends Controller
*
* @return JsonResponse
*
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*/
public function transactions(Request $request, Account $account): JsonResponse
{