puphpet/puphpet

View on GitHub
src/PuphpetBundle/Controller/FrontController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method postUploadConfigAction has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function postUploadConfigAction(Request $request)
    {
        $config = Helper\DataTransform::normalizeLineBreaks($request->get('config'));

        $session = $this->getSession();
Severity: Minor
Found in src/PuphpetBundle/Controller/FrontController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status