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>
in src/Repository/Label.php, line 12
Posted from SensioLabsInsight