VSVverkeerskunde/gvq-api

View on GitHub
src/User/Forms/UserFormType.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        parent::buildForm($builder, $options);

        $languages = $options['languages']->toArray();
Severity: Minor
Found in src/User/Forms/UserFormType.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status