DigitalState/Platform-Admin-Bundle

View on GitHub
Controller/BreadController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method handleForm has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function handleForm($entity)
    {
        $request = $this->get('request');
        $config = $this->getConfig('form', $entity);
        $form = $config->get('form_type');
Severity: Minor
Found in Controller/BreadController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status