Fix various phpmd issues.

This commit is contained in:
James Cole
2023-11-26 12:50:54 +01:00
parent 846c60fb85
commit 72ead65d9c
9 changed files with 44 additions and 22 deletions

View File

@@ -69,12 +69,9 @@ class ShowController extends Controller
*
* Display a listing of the resource.
*
* @param Request $request
*
* @return JsonResponse
* @throws FireflyException
*/
public function index(Request $request): JsonResponse
public function index(): JsonResponse
{
$manager = $this->getManager();