Fix some PHPMD issues.

This commit is contained in:
James Cole
2023-11-26 16:20:24 +01:00
parent 72ead65d9c
commit a7bfdbe31f
8 changed files with 12 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ class ShowController extends Controller
/**
* TODO this endpoint is not yet reachable.
*/
public function show(Request $request, Account $account): JsonResponse
public function show(Account $account): JsonResponse
{
$transformer = new AccountTransformer();
$transformer->setParameters($this->parameters);