repman-io/repman

View on GitHub
src/Form/Type/Organization/AddPackageType.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function buildForm(FormBuilderInterface $builder, array $options): void
    {
        $builder
            ->add('formUrl', HiddenType::class, [
                'attr' => ['class' => 'addPackageFormUrl'],
Severity: Minor
Found in src/Form/Type/Organization/AddPackageType.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status