Yohann76/TodoList

View on GitHub
src/Form/UserType.php

Summary

Maintainability
A
0 mins
Test Coverage

Method buildForm has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder
            ->add('username', TextType::class, ['label' => "Nom d'utilisateur"])
            ->add('password', RepeatedType::class, [
Severity: Minor
Found in src/Form/UserType.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status