phpmentoring/webapp

View on GitHub
src/Mentoring/Account/Form/ProfileForm.php

Summary

Maintainability
A
1 hr
Test Coverage

Method buildForm has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $mentorTags = $builder
            ->create('mentorTags', TextType::class, [
                    'required' => false,
Severity: Minor
Found in src/Mentoring/Account/Form/ProfileForm.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status