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/FillController.php, line 19 #228

Closed peter-gribanov closed 8 years ago

peter-gribanov commented 8 years ago

in src/Controller/FillController.php, line 19

The class AnimeDb\Bundle\CatalogBundle\Plugin\Fill\Filler\Chain is declared but never used. You should remove the use statement.

use AnimeDb\Bundle\CatalogBundle\Form\Type\Plugin\Search as SearchFrom;
use AnimeDb\Bundle\CatalogBundle\Form\Type\Plugin\SearchFiller as SearchFillerForm;
use AnimeDb\Bundle\CatalogBundle\Entity\SearchFiller;
use AnimeDb\Bundle\CatalogBundle\Entity\Item;
use AnimeDb\Bundle\CatalogBundle\Plugin\Chain;
use AnimeDb\Bundle\CatalogBundle\Plugin\Fill\Filler\Chain as ChainFiller;
use AnimeDb\Bundle\CatalogBundle\Plugin\Fill\Search\Chain as ChainSearch;
use AnimeDb\Bundle\CatalogBundle\Plugin\Fill\Filler\FillerInterface;
use AnimeDb\Bundle\CatalogBundle\Plugin\Fill\Search\SearchInterface;
use AnimeDb\Bundle\CatalogBundle\Plugin\PluginInterface;
use Symfony\Component\HttpFoundation\Response;

Posted from SensioLabsInsight