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/Repository/Label.php, line 12 #239

Closed peter-gribanov closed 8 years ago

peter-gribanov commented 8 years ago

in src/Repository/Label.php, line 12

The class AnimeDb\Bundle\CatalogBundle\Entity\Item 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\Repository;

use AnimeDb\Bundle\CatalogBundle\Entity\Item as ItemEntity;
use Doctrine\ORM\EntityRepository;
use Doctrine\Common\Collections\ArrayCollection;

/**
 * @author  Peter Gribanov <info@peter-gribanov.ru>

Posted from SensioLabsInsight