SergiX44/XBackBone

View on GitHub
app/Controllers/ProfileController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method profileEdit has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function profileEdit(Request $request, Response $response, int $id): Response
    {
        $user = make(UserRepository::class)->get($request, $id, true);

        /** @var ValidationHelper $validator */
Severity: Minor
Found in app/Controllers/ProfileController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status