repman-io/repman

View on GitHub
src/Controller/UserController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method profile has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function profile(Request $request): Response
    {
        $this->denyAccessUnlessGranted('IS_AUTHENTICATED_REMEMBERED');
        $oauthTokens = $this->userQuery->findAllOAuthTokens($this->getUser()->id());

Severity: Minor
Found in src/Controller/UserController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status