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
in Controller/CommandController.php, line 7
Posted from SensioLabsInsight