open-orchestra/open-orchestra-media-admin-bundle

View on GitHub
MediaAdminBundle/GenerateForm/Strategies/SlideshowStrategy.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder->add('id', 'text', array(
            'label' => 'open_orchestra_backoffice.form.block.id',
            'constraints' => new NotBlank(),
Severity: Minor
Found in MediaAdminBundle/GenerateForm/Strategies/SlideshowStrategy.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status