The class AnimeDb\Bundle\CatalogBundle\Plugin\Import\ImportInterface 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\CatalogBundle\Plugin\Import\ImportInterface;
use AnimeDb\Bundle\CatalogBundle\Service\Item\ListControls;
use AnimeDb\Bundle\CatalogBundle\Entity\Item;
use AnimeDb\Bundle\CatalogBundle\Entity\Storage;
use AnimeDb\Bundle\CatalogBundle\Repository\Item as ItemRepository;
use AnimeDb\Bundle\CatalogBundle\Plugin\Fill\Search\Chain as ChainSearch;
in src/Controller/ItemController.php, line 11
Posted from SensioLabsInsight