Skip to content

[Insight] Unused use statement should be avoided #3

@juanber84

Description

@juanber84

in Controller/CommandController.php, line 7

The class Symfony\Component\Console\Tester\CommandTester is declared but never used. You should remove the use statement.


namespace Juanber84\Bundle\ProfilercommandBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Bundle\FrameworkBundle\Console\Application as App;
use Symfony\Component\Console\Tester\CommandTester;
use Symfony\Component\Process\ProcessBuilder;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RedirectResponse;

class CommandController extends Controller

Posted from SensioLabsInsight

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions