anime-db / catalog-bundle

Catalog anime
GNU General Public License v3.0
0 stars 1 forks source link

[Insight] Unused use statement should be avoided - in src/Controller/PluginController.php, line 11 #233

Closed peter-gribanov closed 8 years ago

peter-gribanov commented 8 years ago

in src/Controller/PluginController.php, line 11

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;

/**

Posted from SensioLabsInsight