repman-io/repman

View on GitHub
src/Controller/RegistrationController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method register has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function register(Request $request): Response
    {
        $this->ensureRegistrationIsEnabled();

        $form = $this->createForm(RegisterType::class);
Severity: Minor
Found in src/Controller/RegistrationController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status