The class AnimeDb\Bundle\AppBundle\Entity\Plugin is declared but never used. You should remove the use statement.
* @copyright Copyright (c) 2011, Peter Gribanov
* @license http://opensource.org/licenses/GPL-3.0 GPL v3
*/
namespace AnimeDb\Bundle\CatalogBundle\Controller;
use AnimeDb\Bundle\AppBundle\Entity\Plugin;
use Doctrine\ORM\EntityRepository;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
/**
in src/Controller/PluginController.php, line 11
Posted from SensioLabsInsight