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

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