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

@@ -84,6 +84,7 @@ class AccountController extends Controller
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
* @throws FireflyException
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function dashboard(DateRequest $request): JsonResponse
{